Shades of Verdun Green #4F6D0A
Tints of Verdun Green #4F6D0A
RGB
CMYK
RGB Variations
Color information
#4F6D0A (or 0x4F6D0A) is known color: Verdun Green. HEX triplet: 4F, 6D and 0A. RGB value is (79,109,10). Sum of RGB (Red+Green+Blue) = 79+109+10=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6D0A is #B092F5. Grayscale: #595959. Windows color (decimal): -11571958 or 683343. OLE color: 683343.
HSL color Cylindrical-coordinate representation of color #4F6D0A: hue angle of 78.18º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F6D0A is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 109 | 10 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.57 |
| HSL | 78.18º | 0.83% | 0.23% | - |
| HSV(B) | 78.18º | 0.91% | 0.43% | - |
| XYZ | 8.75 | 12.62 | 2.26 | - |
| YUV | 88.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 10 | 0.28 | 0 | 0.91 | 0.57 | 78.18 | 0.83 | 0.23 |
| Hex | 4F | 6D | A | 1C | 0 | 5B | 39 | 4E | 53 | 17 |
| Octal | 117 | 155 | 12 | 34 | 0 | 133 | 71 | 116 | 123 | 27 |
| Binary | 1001111 | 1101101 | 1010 | 11100 | 0 | 1011011 | 111001 | 1001110 | 1010011 | 10111 |
Color Harmonies of #4F6D0A
Complementary color
Monochromatic Colors of #4F6D0A
Black with #4F6D0A
Text Example
Text Example
White with #4F6D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D0A; }
p { color: rgb(79,109,10); }
H1.HeaderClassName
{
color: #4F6D0A;
}
.AnyTagClassName
{
color: #4F6D0A;
}
</style>
background-color css
<style>
a { background-color: #4F6D0A; }
a { background-color: rgb(79,109,10); }
div.DivClassName
{
background-color: #4F6D0A;
}
.BgClassName
{
background-color: #4F6D0A;
}
</style>
border-color css
<style>
span { border-color: #4F6D0A; }
span { border-color: rgb(79,109,10); }
td.TdClassName
{
border-color: #4F6D0A;
}
.TagClassName
{
border-color: #4F6D0A;
}
</style>