Shades of Verdun Green #4F5806
Tints of Verdun Green #4F5806
RGB
CMYK
RGB Variations
Color information
#4F5806 (or 0x4F5806) is known color: Verdun Green. HEX triplet: 4F, 58 and 06. RGB value is (79,88,6). Sum of RGB (Red+Green+Blue) = 79+88+6=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5806 is #B0A7F9. Grayscale: #4C4C4C. Windows color (decimal): -11577338 or 415823. OLE color: 415823.
HSL color Cylindrical-coordinate representation of color #4F5806: hue angle of 66.59º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F5806 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 88 | 6 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.65 |
| HSL | 66.59º | 0.87% | 0.18% | - |
| HSV(B) | 66.59º | 0.93% | 0.35% | - |
| XYZ | 6.75 | 8.65 | 1.49 | - |
| YUV | 75.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 6 | 0.10 | 0 | 0.93 | 0.65 | 66.59 | 0.87 | 0.18 |
| Hex | 4F | 58 | 6 | A | 0 | 5D | 41 | 43 | 57 | 12 |
| Octal | 117 | 130 | 6 | 12 | 0 | 135 | 101 | 103 | 127 | 22 |
| Binary | 1001111 | 1011000 | 110 | 1010 | 0 | 1011101 | 1000001 | 1000011 | 1010111 | 10010 |
Color Harmonies of #4F5806
Complementary color
Monochromatic Colors of #4F5806
Black with #4F5806
Text Example
Text Example
White with #4F5806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5806; }
p { color: rgb(79,88,6); }
H1.HeaderClassName
{
color: #4F5806;
}
.AnyTagClassName
{
color: #4F5806;
}
</style>
background-color css
<style>
a { background-color: #4F5806; }
a { background-color: rgb(79,88,6); }
div.DivClassName
{
background-color: #4F5806;
}
.BgClassName
{
background-color: #4F5806;
}
</style>
border-color css
<style>
span { border-color: #4F5806; }
span { border-color: rgb(79,88,6); }
td.TdClassName
{
border-color: #4F5806;
}
.TagClassName
{
border-color: #4F5806;
}
</style>