Shades of Verdun Green #4F4E0B
Tints of Verdun Green #4F4E0B
RGB
CMYK
RGB Variations
Color information
#4F4E0B (or 0x4F4E0B) is known color: Verdun Green. HEX triplet: 4F, 4E and 0B. RGB value is (79,78,11). Sum of RGB (Red+Green+Blue) = 79+78+11=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F4E0B is #B0B1F4. Grayscale: #464646. Windows color (decimal): -11579893 or 740943. OLE color: 740943.
HSL color Cylindrical-coordinate representation of color #4F4E0B: hue angle of 59.12º 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 #4F4E0B is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 78 | 11 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.69 |
| HSL | 59.12º | 0.76% | 0.18% | - |
| HSV(B) | 59.12º | 0.86% | 0.31% | - |
| XYZ | 6.01 | 7.14 | 1.38 | - |
| YUV | 70.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 11 | 0 | 0.01 | 0.86 | 0.69 | 59.12 | 0.76 | 0.18 |
| Hex | 4F | 4E | B | 0 | 1 | 56 | 45 | 3B | 4C | 12 |
| Octal | 117 | 116 | 13 | 0 | 1 | 126 | 105 | 73 | 114 | 22 |
| Binary | 1001111 | 1001110 | 1011 | 0 | 1 | 1010110 | 1000101 | 111011 | 1001100 | 10010 |
Color Harmonies of #4F4E0B
Complementary color
Monochromatic Colors of #4F4E0B
Black with #4F4E0B
Text Example
Text Example
White with #4F4E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E0B; }
p { color: rgb(79,78,11); }
H1.HeaderClassName
{
color: #4F4E0B;
}
.AnyTagClassName
{
color: #4F4E0B;
}
</style>
background-color css
<style>
a { background-color: #4F4E0B; }
a { background-color: rgb(79,78,11); }
div.DivClassName
{
background-color: #4F4E0B;
}
.BgClassName
{
background-color: #4F4E0B;
}
</style>
border-color css
<style>
span { border-color: #4F4E0B; }
span { border-color: rgb(79,78,11); }
td.TdClassName
{
border-color: #4F4E0B;
}
.TagClassName
{
border-color: #4F4E0B;
}
</style>