Shades of Verdun Green #4F680A
Tints of Verdun Green #4F680A
RGB
CMYK
RGB Variations
Color information
#4F680A (or 0x4F680A) is known color: Verdun Green. HEX triplet: 4F, 68 and 0A. RGB value is (79,104,10). Sum of RGB (Red+Green+Blue) = 79+104+10=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #4F680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F680A is #B097F5. Grayscale: #565656. Windows color (decimal): -11573238 or 682063. OLE color: 682063.
HSL color Cylindrical-coordinate representation of color #4F680A: hue angle of 75.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F680A is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 104 | 10 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.59 |
| HSL | 75.96º | 0.82% | 0.22% | - |
| HSV(B) | 75.96º | 0.9% | 0.41% | - |
| XYZ | 8.23 | 11.58 | 2.09 | - |
| YUV | 85.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 10 | 0.24 | 0 | 0.90 | 0.59 | 75.96 | 0.82 | 0.22 |
| Hex | 4F | 68 | A | 18 | 0 | 5A | 3B | 4C | 52 | 16 |
| Octal | 117 | 150 | 12 | 30 | 0 | 132 | 73 | 114 | 122 | 26 |
| Binary | 1001111 | 1101000 | 1010 | 11000 | 0 | 1011010 | 111011 | 1001100 | 1010010 | 10110 |
Color Harmonies of #4F680A
Complementary color
Monochromatic Colors of #4F680A
Black with #4F680A
Text Example
Text Example
White with #4F680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F680A; }
p { color: rgb(79,104,10); }
H1.HeaderClassName
{
color: #4F680A;
}
.AnyTagClassName
{
color: #4F680A;
}
</style>
background-color css
<style>
a { background-color: #4F680A; }
a { background-color: rgb(79,104,10); }
div.DivClassName
{
background-color: #4F680A;
}
.BgClassName
{
background-color: #4F680A;
}
</style>
border-color css
<style>
span { border-color: #4F680A; }
span { border-color: rgb(79,104,10); }
td.TdClassName
{
border-color: #4F680A;
}
.TagClassName
{
border-color: #4F680A;
}
</style>