Shades of Verdun Green #4F570E
Tints of Verdun Green #4F570E
RGB
CMYK
RGB Variations
Color information
#4F570E (or 0x4F570E) is known color: Verdun Green. HEX triplet: 4F, 57 and 0E. RGB value is (79,87,14). Sum of RGB (Red+Green+Blue) = 79+87+14=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #4F570E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F570E is #B0A8F1. Grayscale: #4C4C4C. Windows color (decimal): -11577586 or 939855. OLE color: 939855.
HSL color Cylindrical-coordinate representation of color #4F570E: hue angle of 66.58º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F570E is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 14 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.66 |
| HSL | 66.58º | 0.72% | 0.2% | - |
| HSV(B) | 66.58º | 0.84% | 0.34% | - |
| XYZ | 6.71 | 8.51 | 1.7 | - |
| YUV | 76.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 14 | 0.09 | 0 | 0.84 | 0.66 | 66.58 | 0.72 | 0.2 |
| Hex | 4F | 57 | E | 9 | 0 | 54 | 42 | 43 | 48 | 14 |
| Octal | 117 | 127 | 16 | 11 | 0 | 124 | 102 | 103 | 110 | 24 |
| Binary | 1001111 | 1010111 | 1110 | 1001 | 0 | 1010100 | 1000010 | 1000011 | 1001000 | 10100 |
Color Harmonies of #4F570E
Complementary color
Monochromatic Colors of #4F570E
Black with #4F570E
Text Example
Text Example
White with #4F570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F570E; }
p { color: rgb(79,87,14); }
H1.HeaderClassName
{
color: #4F570E;
}
.AnyTagClassName
{
color: #4F570E;
}
</style>
background-color css
<style>
a { background-color: #4F570E; }
a { background-color: rgb(79,87,14); }
div.DivClassName
{
background-color: #4F570E;
}
.BgClassName
{
background-color: #4F570E;
}
</style>
border-color css
<style>
span { border-color: #4F570E; }
span { border-color: rgb(79,87,14); }
td.TdClassName
{
border-color: #4F570E;
}
.TagClassName
{
border-color: #4F570E;
}
</style>