Shades of Verdun Green #4C5B10
Tints of Verdun Green #4C5B10
RGB
CMYK
RGB Variations
Color information
#4C5B10 (or 0x4C5B10) is known color: Verdun Green. HEX triplet: 4C, 5B and 10. RGB value is (76,91,16). Sum of RGB (Red+Green+Blue) = 76+91+16=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #4C5B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5B10 is #B3A4EF. Grayscale: #4E4E4E. Windows color (decimal): -11773168 or 1071948. OLE color: 1071948.
HSL color Cylindrical-coordinate representation of color #4C5B10: hue angle of 72º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C5B10 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 91 | 16 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.64 |
| HSL | 72º | 0.7% | 0.21% | - |
| HSV(B) | 72º | 0.82% | 0.36% | - |
| XYZ | 6.82 | 9.06 | 1.88 | - |
| YUV | 77.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 16 | 0.16 | 0 | 0.82 | 0.64 | 72 | 0.7 | 0.21 |
| Hex | 4C | 5B | 10 | 10 | 0 | 52 | 40 | 48 | 46 | 15 |
| Octal | 114 | 133 | 20 | 20 | 0 | 122 | 100 | 110 | 106 | 25 |
| Binary | 1001100 | 1011011 | 10000 | 10000 | 0 | 1010010 | 1000000 | 1001000 | 1000110 | 10101 |
Color Harmonies of #4C5B10
Complementary color
Monochromatic Colors of #4C5B10
Black with #4C5B10
Text Example
Text Example
White with #4C5B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5B10; }
p { color: rgb(76,91,16); }
H1.HeaderClassName
{
color: #4C5B10;
}
.AnyTagClassName
{
color: #4C5B10;
}
</style>
background-color css
<style>
a { background-color: #4C5B10; }
a { background-color: rgb(76,91,16); }
div.DivClassName
{
background-color: #4C5B10;
}
.BgClassName
{
background-color: #4C5B10;
}
</style>
border-color css
<style>
span { border-color: #4C5B10; }
span { border-color: rgb(76,91,16); }
td.TdClassName
{
border-color: #4C5B10;
}
.TagClassName
{
border-color: #4C5B10;
}
</style>