Shades of Verdun Green #4F6000
Tints of Verdun Green #4F6000
RGB
CMYK
RGB Variations
Color information
#4F6000 (or 0x4F6000) is known color: Verdun Green. HEX triplet: 4F, 60 and 00. RGB value is (79,96,0). Sum of RGB (Red+Green+Blue) = 79+96+0=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6000 is #B09FFF. Grayscale: #505050. Windows color (decimal): -11575296 or 24655. OLE color: 24655.
HSL color Cylindrical-coordinate representation of color #4F6000: hue angle of 70.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F6000 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.62 |
| HSL | 70.62º | 1% | 0.19% | - |
| HSV(B) | 70.62º | 1% | 0.38% | - |
| XYZ | 7.41 | 10.03 | 1.55 | - |
| YUV | 79.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 0 | 0.18 | 0 | 1 | 0.62 | 70.62 | 1 | 0.19 |
| Hex | 4F | 60 | 0 | 12 | 0 | 64 | 3E | 47 | 64 | 13 |
| Octal | 117 | 140 | 0 | 22 | 0 | 144 | 76 | 107 | 144 | 23 |
| Binary | 1001111 | 1100000 | 0 | 10010 | 0 | 1100100 | 111110 | 1000111 | 1100100 | 10011 |
Color Harmonies of #4F6000
Complementary color
Monochromatic Colors of #4F6000
Black with #4F6000
Text Example
Text Example
White with #4F6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6000; }
p { color: rgb(79,96,0); }
H1.HeaderClassName
{
color: #4F6000;
}
.AnyTagClassName
{
color: #4F6000;
}
</style>
background-color css
<style>
a { background-color: #4F6000; }
a { background-color: rgb(79,96,0); }
div.DivClassName
{
background-color: #4F6000;
}
.BgClassName
{
background-color: #4F6000;
}
</style>
border-color css
<style>
span { border-color: #4F6000; }
span { border-color: rgb(79,96,0); }
td.TdClassName
{
border-color: #4F6000;
}
.TagClassName
{
border-color: #4F6000;
}
</style>