Shades of Verdun Green #4F4A0B
Tints of Verdun Green #4F4A0B
RGB
CMYK
RGB Variations
Color information
#4F4A0B (or 0x4F4A0B) is known color: Verdun Green. HEX triplet: 4F, 4A and 0B. RGB value is (79,74,11). Sum of RGB (Red+Green+Blue) = 79+74+11=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4A0B is #B0B5F4. Grayscale: #444444. Windows color (decimal): -11580917 or 739919. OLE color: 739919.
HSL color Cylindrical-coordinate representation of color #4F4A0B: hue angle of 55.59º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F4A0B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 74 | 11 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.69 |
| HSL | 55.59º | 0.76% | 0.18% | - |
| HSV(B) | 55.59º | 0.86% | 0.31% | - |
| XYZ | 5.73 | 6.58 | 1.29 | - |
| YUV | 68.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 11 | 0 | 0.06 | 0.86 | 0.69 | 55.59 | 0.76 | 0.18 |
| Hex | 4F | 4A | B | 0 | 6 | 56 | 45 | 38 | 4C | 12 |
| Octal | 117 | 112 | 13 | 0 | 6 | 126 | 105 | 70 | 114 | 22 |
| Binary | 1001111 | 1001010 | 1011 | 0 | 110 | 1010110 | 1000101 | 111000 | 1001100 | 10010 |
Color Harmonies of #4F4A0B
Complementary color
Monochromatic Colors of #4F4A0B
Black with #4F4A0B
Text Example
Text Example
White with #4F4A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A0B; }
p { color: rgb(79,74,11); }
H1.HeaderClassName
{
color: #4F4A0B;
}
.AnyTagClassName
{
color: #4F4A0B;
}
</style>
background-color css
<style>
a { background-color: #4F4A0B; }
a { background-color: rgb(79,74,11); }
div.DivClassName
{
background-color: #4F4A0B;
}
.BgClassName
{
background-color: #4F4A0B;
}
</style>
border-color css
<style>
span { border-color: #4F4A0B; }
span { border-color: rgb(79,74,11); }
td.TdClassName
{
border-color: #4F4A0B;
}
.TagClassName
{
border-color: #4F4A0B;
}
</style>