Shades of Verdun Green #4F600D
Tints of Verdun Green #4F600D
RGB
CMYK
RGB Variations
Color information
#4F600D (or 0x4F600D) is known color: Verdun Green. HEX triplet: 4F, 60 and 0D. RGB value is (79,96,13). Sum of RGB (Red+Green+Blue) = 79+96+13=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #4F600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F600D is #B09FF2. Grayscale: #515151. Windows color (decimal): -11575283 or 876623. OLE color: 876623.
HSL color Cylindrical-coordinate representation of color #4F600D: hue angle of 72.29º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F600D is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 13 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.62 |
| HSL | 72.29º | 0.76% | 0.21% | - |
| HSV(B) | 72.29º | 0.86% | 0.38% | - |
| XYZ | 7.48 | 10.06 | 1.93 | - |
| YUV | 81.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 13 | 0.18 | 0 | 0.86 | 0.62 | 72.29 | 0.76 | 0.21 |
| Hex | 4F | 60 | D | 12 | 0 | 56 | 3E | 48 | 4C | 15 |
| Octal | 117 | 140 | 15 | 22 | 0 | 126 | 76 | 110 | 114 | 25 |
| Binary | 1001111 | 1100000 | 1101 | 10010 | 0 | 1010110 | 111110 | 1001000 | 1001100 | 10101 |
Color Harmonies of #4F600D
Complementary color
Monochromatic Colors of #4F600D
Black with #4F600D
Text Example
Text Example
White with #4F600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F600D; }
p { color: rgb(79,96,13); }
H1.HeaderClassName
{
color: #4F600D;
}
.AnyTagClassName
{
color: #4F600D;
}
</style>
background-color css
<style>
a { background-color: #4F600D; }
a { background-color: rgb(79,96,13); }
div.DivClassName
{
background-color: #4F600D;
}
.BgClassName
{
background-color: #4F600D;
}
</style>
border-color css
<style>
span { border-color: #4F600D; }
span { border-color: rgb(79,96,13); }
td.TdClassName
{
border-color: #4F600D;
}
.TagClassName
{
border-color: #4F600D;
}
</style>