Shades of Verdun Green #4F6D05
Tints of Verdun Green #4F6D05
RGB
CMYK
RGB Variations
Color information
#4F6D05 (or 0x4F6D05) is known color: Verdun Green. HEX triplet: 4F, 6D and 05. RGB value is (79,109,5). Sum of RGB (Red+Green+Blue) = 79+109+5=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6D05 is #B092FA. Grayscale: #585858. Windows color (decimal): -11571963 or 355663. OLE color: 355663.
HSL color Cylindrical-coordinate representation of color #4F6D05: hue angle of 77.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F6D05 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 109 | 5 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.57 |
| HSL | 77.31º | 0.91% | 0.22% | - |
| HSV(B) | 77.31º | 0.95% | 0.43% | - |
| XYZ | 8.72 | 12.61 | 2.12 | - |
| YUV | 88.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 5 | 0.28 | 0 | 0.95 | 0.57 | 77.31 | 0.91 | 0.22 |
| Hex | 4F | 6D | 5 | 1C | 0 | 5F | 39 | 4D | 5B | 16 |
| Octal | 117 | 155 | 5 | 34 | 0 | 137 | 71 | 115 | 133 | 26 |
| Binary | 1001111 | 1101101 | 101 | 11100 | 0 | 1011111 | 111001 | 1001101 | 1011011 | 10110 |
Color Harmonies of #4F6D05
Complementary color
Monochromatic Colors of #4F6D05
Black with #4F6D05
Text Example
Text Example
White with #4F6D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D05; }
p { color: rgb(79,109,5); }
H1.HeaderClassName
{
color: #4F6D05;
}
.AnyTagClassName
{
color: #4F6D05;
}
</style>
background-color css
<style>
a { background-color: #4F6D05; }
a { background-color: rgb(79,109,5); }
div.DivClassName
{
background-color: #4F6D05;
}
.BgClassName
{
background-color: #4F6D05;
}
</style>
border-color css
<style>
span { border-color: #4F6D05; }
span { border-color: rgb(79,109,5); }
td.TdClassName
{
border-color: #4F6D05;
}
.TagClassName
{
border-color: #4F6D05;
}
</style>