Shades of Verdun Green #4F600C
Tints of Verdun Green #4F600C
RGB
CMYK
RGB Variations
Color information
#4F600C (or 0x4F600C) is known color: Verdun Green. HEX triplet: 4F, 60 and 0C. RGB value is (79,96,12). Sum of RGB (Red+Green+Blue) = 79+96+12=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #4F600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F600C is #B09FF3. Grayscale: #515151. Windows color (decimal): -11575284 or 811087. OLE color: 811087.
HSL color Cylindrical-coordinate representation of color #4F600C: hue angle of 72.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F600C is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 12 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.62 |
| HSL | 72.14º | 0.78% | 0.21% | - |
| HSV(B) | 72.14º | 0.88% | 0.38% | - |
| XYZ | 7.47 | 10.05 | 1.89 | - |
| YUV | 81.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 12 | 0.18 | 0 | 0.88 | 0.62 | 72.14 | 0.78 | 0.21 |
| Hex | 4F | 60 | C | 12 | 0 | 58 | 3E | 48 | 4E | 15 |
| Octal | 117 | 140 | 14 | 22 | 0 | 130 | 76 | 110 | 116 | 25 |
| Binary | 1001111 | 1100000 | 1100 | 10010 | 0 | 1011000 | 111110 | 1001000 | 1001110 | 10101 |
Color Harmonies of #4F600C
Complementary color
Monochromatic Colors of #4F600C
Black with #4F600C
Text Example
Text Example
White with #4F600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F600C; }
p { color: rgb(79,96,12); }
H1.HeaderClassName
{
color: #4F600C;
}
.AnyTagClassName
{
color: #4F600C;
}
</style>
background-color css
<style>
a { background-color: #4F600C; }
a { background-color: rgb(79,96,12); }
div.DivClassName
{
background-color: #4F600C;
}
.BgClassName
{
background-color: #4F600C;
}
</style>
border-color css
<style>
span { border-color: #4F600C; }
span { border-color: rgb(79,96,12); }
td.TdClassName
{
border-color: #4F600C;
}
.TagClassName
{
border-color: #4F600C;
}
</style>