Shades of Verdun Green #4F4B06
Tints of Verdun Green #4F4B06
RGB
CMYK
RGB Variations
Color information
#4F4B06 (or 0x4F4B06) is known color: Verdun Green. HEX triplet: 4F, 4B and 06. RGB value is (79,75,6). Sum of RGB (Red+Green+Blue) = 79+75+6=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4B06 is #B0B4F9. Grayscale: #444444. Windows color (decimal): -11580666 or 412495. OLE color: 412495.
HSL color Cylindrical-coordinate representation of color #4F4B06: hue angle of 56.71º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F4B06 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 75 | 6 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.69 |
| HSL | 56.71º | 0.86% | 0.17% | - |
| HSV(B) | 56.71º | 0.92% | 0.31% | - |
| XYZ | 5.77 | 6.71 | 1.16 | - |
| YUV | 68.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 75 | 6 | 0 | 0.05 | 0.92 | 0.69 | 56.71 | 0.86 | 0.17 |
| Hex | 4F | 4B | 6 | 0 | 5 | 5C | 45 | 39 | 56 | 11 |
| Octal | 117 | 113 | 6 | 0 | 5 | 134 | 105 | 71 | 126 | 21 |
| Binary | 1001111 | 1001011 | 110 | 0 | 101 | 1011100 | 1000101 | 111001 | 1010110 | 10001 |
Color Harmonies of #4F4B06
Complementary color
Monochromatic Colors of #4F4B06
Black with #4F4B06
Text Example
Text Example
White with #4F4B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4B06; }
p { color: rgb(79,75,6); }
H1.HeaderClassName
{
color: #4F4B06;
}
.AnyTagClassName
{
color: #4F4B06;
}
</style>
background-color css
<style>
a { background-color: #4F4B06; }
a { background-color: rgb(79,75,6); }
div.DivClassName
{
background-color: #4F4B06;
}
.BgClassName
{
background-color: #4F4B06;
}
</style>
border-color css
<style>
span { border-color: #4F4B06; }
span { border-color: rgb(79,75,6); }
td.TdClassName
{
border-color: #4F4B06;
}
.TagClassName
{
border-color: #4F4B06;
}
</style>