Shades of Verdun Green #4C4908
Tints of Verdun Green #4C4908
RGB
CMYK
RGB Variations
Color information
#4C4908 (or 0x4C4908) is known color: Verdun Green. HEX triplet: 4C, 49 and 08. RGB value is (76,73,8). Sum of RGB (Red+Green+Blue) = 76+73+8=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4908 is #B3B6F7. Grayscale: #424242. Windows color (decimal): -11777784 or 543052. OLE color: 543052.
HSL color Cylindrical-coordinate representation of color #4C4908: hue angle of 57.35º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C4908 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 8 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.70 |
| HSL | 57.35º | 0.81% | 0.16% | - |
| HSV(B) | 57.35º | 0.89% | 0.3% | - |
| XYZ | 5.41 | 6.32 | 1.16 | - |
| YUV | 66.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 8 | 0 | 0.04 | 0.89 | 0.70 | 57.35 | 0.81 | 0.16 |
| Hex | 4C | 49 | 8 | 0 | 4 | 59 | 46 | 39 | 51 | 10 |
| Octal | 114 | 111 | 10 | 0 | 4 | 131 | 106 | 71 | 121 | 20 |
| Binary | 1001100 | 1001001 | 1000 | 0 | 100 | 1011001 | 1000110 | 111001 | 1010001 | 10000 |
Color Harmonies of #4C4908
Complementary color
Monochromatic Colors of #4C4908
Black with #4C4908
Text Example
Text Example
White with #4C4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4908; }
p { color: rgb(76,73,8); }
H1.HeaderClassName
{
color: #4C4908;
}
.AnyTagClassName
{
color: #4C4908;
}
</style>
background-color css
<style>
a { background-color: #4C4908; }
a { background-color: rgb(76,73,8); }
div.DivClassName
{
background-color: #4C4908;
}
.BgClassName
{
background-color: #4C4908;
}
</style>
border-color css
<style>
span { border-color: #4C4908; }
span { border-color: rgb(76,73,8); }
td.TdClassName
{
border-color: #4C4908;
}
.TagClassName
{
border-color: #4C4908;
}
</style>