Shades of Verdun Green #4C4B09
Tints of Verdun Green #4C4B09
RGB
CMYK
RGB Variations
Color information
#4C4B09 (or 0x4C4B09) is known color: Verdun Green. HEX triplet: 4C, 4B and 09. RGB value is (76,75,9). Sum of RGB (Red+Green+Blue) = 76+75+9=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4B09 is #B3B4F6. Grayscale: #444444. Windows color (decimal): -11777271 or 609100. OLE color: 609100.
HSL color Cylindrical-coordinate representation of color #4C4B09: hue angle of 59.1º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C4B09 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 9 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.70 |
| HSL | 59.1º | 0.79% | 0.17% | - |
| HSV(B) | 59.1º | 0.88% | 0.3% | - |
| XYZ | 5.55 | 6.59 | 1.24 | - |
| YUV | 67.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 9 | 0 | 0.01 | 0.88 | 0.70 | 59.1 | 0.79 | 0.17 |
| Hex | 4C | 4B | 9 | 0 | 1 | 58 | 46 | 3B | 4F | 11 |
| Octal | 114 | 113 | 11 | 0 | 1 | 130 | 106 | 73 | 117 | 21 |
| Binary | 1001100 | 1001011 | 1001 | 0 | 1 | 1011000 | 1000110 | 111011 | 1001111 | 10001 |
Color Harmonies of #4C4B09
Complementary color
Monochromatic Colors of #4C4B09
Black with #4C4B09
Text Example
Text Example
White with #4C4B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B09; }
p { color: rgb(76,75,9); }
H1.HeaderClassName
{
color: #4C4B09;
}
.AnyTagClassName
{
color: #4C4B09;
}
</style>
background-color css
<style>
a { background-color: #4C4B09; }
a { background-color: rgb(76,75,9); }
div.DivClassName
{
background-color: #4C4B09;
}
.BgClassName
{
background-color: #4C4B09;
}
</style>
border-color css
<style>
span { border-color: #4C4B09; }
span { border-color: rgb(76,75,9); }
td.TdClassName
{
border-color: #4C4B09;
}
.TagClassName
{
border-color: #4C4B09;
}
</style>