Shades of Verdun Green #4C5A10
Tints of Verdun Green #4C5A10
RGB
CMYK
RGB Variations
Color information
#4C5A10 (or 0x4C5A10) is known color: Verdun Green. HEX triplet: 4C, 5A and 10. RGB value is (76,90,16). Sum of RGB (Red+Green+Blue) = 76+90+16=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5A10 is #B3A5EF. Grayscale: #4D4D4D. Windows color (decimal): -11773424 or 1071692. OLE color: 1071692.
HSL color Cylindrical-coordinate representation of color #4C5A10: hue angle of 71.35º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C5A10 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 16 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.65 |
| HSL | 71.35º | 0.7% | 0.21% | - |
| HSV(B) | 71.35º | 0.82% | 0.35% | - |
| XYZ | 6.73 | 8.89 | 1.85 | - |
| YUV | 77.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 16 | 0.16 | 0 | 0.82 | 0.65 | 71.35 | 0.7 | 0.21 |
| Hex | 4C | 5A | 10 | 10 | 0 | 52 | 41 | 47 | 46 | 15 |
| Octal | 114 | 132 | 20 | 20 | 0 | 122 | 101 | 107 | 106 | 25 |
| Binary | 1001100 | 1011010 | 10000 | 10000 | 0 | 1010010 | 1000001 | 1000111 | 1000110 | 10101 |
Color Harmonies of #4C5A10
Complementary color
Monochromatic Colors of #4C5A10
Black with #4C5A10
Text Example
Text Example
White with #4C5A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A10; }
p { color: rgb(76,90,16); }
H1.HeaderClassName
{
color: #4C5A10;
}
.AnyTagClassName
{
color: #4C5A10;
}
</style>
background-color css
<style>
a { background-color: #4C5A10; }
a { background-color: rgb(76,90,16); }
div.DivClassName
{
background-color: #4C5A10;
}
.BgClassName
{
background-color: #4C5A10;
}
</style>
border-color css
<style>
span { border-color: #4C5A10; }
span { border-color: rgb(76,90,16); }
td.TdClassName
{
border-color: #4C5A10;
}
.TagClassName
{
border-color: #4C5A10;
}
</style>