Color: #499053
#499053 Color Information
#499053 is a dark color. The closest websafe version is #499053. A complement of this color would be #924988, perceived brightness is 0.45, and the grayscale version is #6D6D6D.
In the HSL color space, this color has a hue angle of 128°,a saturation of 33%, and a lightness of 43%.The HSV representation shows a hue of 128°, a saturation of 49%, and a value of 56%.
In a RGB color space, #499053 is composed of 29% red, 56% green and 33% blue. Whereas in a CMYK color space, it is composed of 49% cyan, 0% magenta, 42% yellow and 44% black.
In the Yxy color space, this color is represented as Y: 22.00, x: 0.3245, and y: 0.4797.
Color Code #499053
Shades of Color #499053
Shades are created by darkening the original color #499053 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #499053
Tints are created by lightening the original color #499053 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #499053 Color Code
In the HSL color space, this color has a hue angle of 128°, a saturation of 33%, and a lightness of 43%. The HSV representation shows a hue of 128°, a saturation of 49%, and a value of 56%.
- HEX: #499053
- RGB: rgb(73, 144, 83)
- HSL: hsl(128, 33%, 43%)
- HSV: hsv(128, 49%, 56%)
- CMYK: 49.00% cyan, 0.00% magenta, 42.00% yellow, 44.00% black
- XYZ: 14.88, 22.00, 8.98
- Yxy: 22.00, 0.3245, 0.4797
- Hunter Lab: 54.03, -33.64, 25.26
- CIE-Lab: 54.03, -33.64, 25.26
In the XYZ color space, this color is represented as X: 14.88, Y: 22.00, Z: 8.98. The Yxy representation further refines this as Y: 22.00, x: 0.3245, and y: 0.4797.
In the Hunter Lab color space, this color is represented as L: 54.03, a: -33.64, and b: 25.26. Similarly, in the CIE-Lab color space, it is represented as L: 54.03, a: -33.64, and b: 25.26.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #499053
Triadic colors are three colors evenly spaced around the color wheel, including #499053. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #499053
Split complementary colors are two colors adjacent to the complementary color of #499053. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #499053
Monochromatic colors are variations of #499053, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #499053
The complementary color of #499053 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #499053
/* Using HEX */ body { background-color: #499053; }
/* Using RGB */ body { background-color: rgb(73, 144, 83); }
/* Using RGB with opacity */ body { background-color: rgba(73, 144, 83, 0.5); }
/* Using HSL */ body { background-color: hsl(128, 33%, 43%); }
/* Text color */ p { color: #499053; }
/* Box shadow */ div { box-shadow: 4px 4px #499053; }
/* Border color */ .box { border: 4px solid #499053; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #499053; }
/* Background with text */ div { background: #499053; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #499053
<!-- Using HEX --> <div style="background-color: #499053; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(73, 144, 83); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(73, 144, 83, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(128, 33%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #499053;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #499053; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #499053; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #499053;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #499053; color: #fff; padding: 16px; border-radius: 8px;"> #499053 </div>
Related Colors of #499053
These colors are similar to #499053, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.