Shades of Verdun Green #4C5C09
Tints of Verdun Green #4C5C09
RGB
CMYK
RGB Variations
Color information
#4C5C09 (or 0x4C5C09) is known color: Verdun Green. HEX triplet: 4C, 5C and 09. RGB value is (76,92,9). Sum of RGB (Red+Green+Blue) = 76+92+9=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #4C5C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5C09 is #B3A3F6. Grayscale: #4E4E4E. Windows color (decimal): -11772919 or 613452. OLE color: 613452.
HSL color Cylindrical-coordinate representation of color #4C5C09: hue angle of 71.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C5C09 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 92 | 9 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.64 |
| HSL | 71.57º | 0.82% | 0.2% | - |
| HSV(B) | 71.57º | 0.9% | 0.36% | - |
| XYZ | 6.86 | 9.21 | 1.67 | - |
| YUV | 77.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 9 | 0.17 | 0 | 0.90 | 0.64 | 71.57 | 0.82 | 0.2 |
| Hex | 4C | 5C | 9 | 11 | 0 | 5A | 40 | 48 | 52 | 14 |
| Octal | 114 | 134 | 11 | 21 | 0 | 132 | 100 | 110 | 122 | 24 |
| Binary | 1001100 | 1011100 | 1001 | 10001 | 0 | 1011010 | 1000000 | 1001000 | 1010010 | 10100 |
Color Harmonies of #4C5C09
Complementary color
Monochromatic Colors of #4C5C09
Black with #4C5C09
Text Example
Text Example
White with #4C5C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5C09; }
p { color: rgb(76,92,9); }
H1.HeaderClassName
{
color: #4C5C09;
}
.AnyTagClassName
{
color: #4C5C09;
}
</style>
background-color css
<style>
a { background-color: #4C5C09; }
a { background-color: rgb(76,92,9); }
div.DivClassName
{
background-color: #4C5C09;
}
.BgClassName
{
background-color: #4C5C09;
}
</style>
border-color css
<style>
span { border-color: #4C5C09; }
span { border-color: rgb(76,92,9); }
td.TdClassName
{
border-color: #4C5C09;
}
.TagClassName
{
border-color: #4C5C09;
}
</style>