Shades of Verdun Green #4F570C
Tints of Verdun Green #4F570C
RGB
CMYK
RGB Variations
Color information
#4F570C (or 0x4F570C) is known color: Verdun Green. HEX triplet: 4F, 57 and 0C. RGB value is (79,87,12). Sum of RGB (Red+Green+Blue) = 79+87+12=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #4F570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F570C is #B0A8F3. Grayscale: #4C4C4C. Windows color (decimal): -11577588 or 808783. OLE color: 808783.
HSL color Cylindrical-coordinate representation of color #4F570C: hue angle of 66.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F570C is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 12 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.66 |
| HSL | 66.4º | 0.76% | 0.19% | - |
| HSV(B) | 66.4º | 0.86% | 0.34% | - |
| XYZ | 6.7 | 8.51 | 1.64 | - |
| YUV | 76.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 12 | 0.09 | 0 | 0.86 | 0.66 | 66.4 | 0.76 | 0.19 |
| Hex | 4F | 57 | C | 9 | 0 | 56 | 42 | 42 | 4C | 13 |
| Octal | 117 | 127 | 14 | 11 | 0 | 126 | 102 | 102 | 114 | 23 |
| Binary | 1001111 | 1010111 | 1100 | 1001 | 0 | 1010110 | 1000010 | 1000010 | 1001100 | 10011 |
Color Harmonies of #4F570C
Complementary color
Monochromatic Colors of #4F570C
Black with #4F570C
Text Example
Text Example
White with #4F570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F570C; }
p { color: rgb(79,87,12); }
H1.HeaderClassName
{
color: #4F570C;
}
.AnyTagClassName
{
color: #4F570C;
}
</style>
background-color css
<style>
a { background-color: #4F570C; }
a { background-color: rgb(79,87,12); }
div.DivClassName
{
background-color: #4F570C;
}
.BgClassName
{
background-color: #4F570C;
}
</style>
border-color css
<style>
span { border-color: #4F570C; }
span { border-color: rgb(79,87,12); }
td.TdClassName
{
border-color: #4F570C;
}
.TagClassName
{
border-color: #4F570C;
}
</style>