Shades of Verdun Green #4F6800
Tints of Verdun Green #4F6800
RGB
CMYK
RGB Variations
Color information
#4F6800 (or 0x4F6800) is known color: Verdun Green. HEX triplet: 4F, 68 and 00. RGB value is (79,104,0). Sum of RGB (Red+Green+Blue) = 79+104+0=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #4F6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6800 is #B097FF. Grayscale: #555555. Windows color (decimal): -11573248 or 26703. OLE color: 26703.
HSL color Cylindrical-coordinate representation of color #4F6800: hue angle of 74.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F6800 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 104 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.59 |
| HSL | 74.42º | 1% | 0.2% | - |
| HSV(B) | 74.42º | 1% | 0.41% | - |
| XYZ | 8.17 | 11.56 | 1.8 | - |
| YUV | 84.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 0 | 0.24 | 0 | 1 | 0.59 | 74.42 | 1 | 0.2 |
| Hex | 4F | 68 | 0 | 18 | 0 | 64 | 3B | 4A | 64 | 14 |
| Octal | 117 | 150 | 0 | 30 | 0 | 144 | 73 | 112 | 144 | 24 |
| Binary | 1001111 | 1101000 | 0 | 11000 | 0 | 1100100 | 111011 | 1001010 | 1100100 | 10100 |
Color Harmonies of #4F6800
Complementary color
Monochromatic Colors of #4F6800
Black with #4F6800
Text Example
Text Example
White with #4F6800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6800; }
p { color: rgb(79,104,0); }
H1.HeaderClassName
{
color: #4F6800;
}
.AnyTagClassName
{
color: #4F6800;
}
</style>
background-color css
<style>
a { background-color: #4F6800; }
a { background-color: rgb(79,104,0); }
div.DivClassName
{
background-color: #4F6800;
}
.BgClassName
{
background-color: #4F6800;
}
</style>
border-color css
<style>
span { border-color: #4F6800; }
span { border-color: rgb(79,104,0); }
td.TdClassName
{
border-color: #4F6800;
}
.TagClassName
{
border-color: #4F6800;
}
</style>