Shades of Verdun Green #4F6901
Tints of Verdun Green #4F6901
RGB
CMYK
RGB Variations
Color information
#4F6901 (or 0x4F6901) is known color: Verdun Green. HEX triplet: 4F, 69 and 01. RGB value is (79,105,1). Sum of RGB (Red+Green+Blue) = 79+105+1=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #4F6901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6901 is #B096FE. Grayscale: #555555. Windows color (decimal): -11572991 or 92495. OLE color: 92495.
HSL color Cylindrical-coordinate representation of color #4F6901: hue angle of 75º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F6901 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 105 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.59 |
| HSL | 75º | 0.98% | 0.21% | - |
| HSV(B) | 75º | 0.99% | 0.41% | - |
| XYZ | 8.28 | 11.77 | 1.86 | - |
| YUV | 85.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 1 | 0.25 | 0 | 0.99 | 0.59 | 75 | 0.98 | 0.21 |
| Hex | 4F | 69 | 1 | 19 | 0 | 63 | 3B | 4B | 62 | 15 |
| Octal | 117 | 151 | 1 | 31 | 0 | 143 | 73 | 113 | 142 | 25 |
| Binary | 1001111 | 1101001 | 1 | 11001 | 0 | 1100011 | 111011 | 1001011 | 1100010 | 10101 |
Color Harmonies of #4F6901
Complementary color
Monochromatic Colors of #4F6901
Black with #4F6901
Text Example
Text Example
White with #4F6901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6901; }
p { color: rgb(79,105,1); }
H1.HeaderClassName
{
color: #4F6901;
}
.AnyTagClassName
{
color: #4F6901;
}
</style>
background-color css
<style>
a { background-color: #4F6901; }
a { background-color: rgb(79,105,1); }
div.DivClassName
{
background-color: #4F6901;
}
.BgClassName
{
background-color: #4F6901;
}
</style>
border-color css
<style>
span { border-color: #4F6901; }
span { border-color: rgb(79,105,1); }
td.TdClassName
{
border-color: #4F6901;
}
.TagClassName
{
border-color: #4F6901;
}
</style>