Shades of Verdun Green #4F6B10
Tints of Verdun Green #4F6B10
RGB
CMYK
RGB Variations
Color information
#4F6B10 (or 0x4F6B10) is known color: Verdun Green. HEX triplet: 4F, 6B and 10. RGB value is (79,107,16). Sum of RGB (Red+Green+Blue) = 79+107+16=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6B10 is #B094EF. Grayscale: #585858. Windows color (decimal): -11572464 or 1076047. OLE color: 1076047.
HSL color Cylindrical-coordinate representation of color #4F6B10: hue angle of 78.46º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F6B10 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 107 | 16 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.58 |
| HSL | 78.46º | 0.74% | 0.24% | - |
| HSV(B) | 78.46º | 0.85% | 0.42% | - |
| XYZ | 8.58 | 12.22 | 2.4 | - |
| YUV | 88.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 107 | 16 | 0.26 | 0 | 0.85 | 0.58 | 78.46 | 0.74 | 0.24 |
| Hex | 4F | 6B | 10 | 1A | 0 | 55 | 3A | 4E | 4A | 18 |
| Octal | 117 | 153 | 20 | 32 | 0 | 125 | 72 | 116 | 112 | 30 |
| Binary | 1001111 | 1101011 | 10000 | 11010 | 0 | 1010101 | 111010 | 1001110 | 1001010 | 11000 |
Color Harmonies of #4F6B10
Complementary color
Monochromatic Colors of #4F6B10
Black with #4F6B10
Text Example
Text Example
White with #4F6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6B10; }
p { color: rgb(79,107,16); }
H1.HeaderClassName
{
color: #4F6B10;
}
.AnyTagClassName
{
color: #4F6B10;
}
</style>
background-color css
<style>
a { background-color: #4F6B10; }
a { background-color: rgb(79,107,16); }
div.DivClassName
{
background-color: #4F6B10;
}
.BgClassName
{
background-color: #4F6B10;
}
</style>
border-color css
<style>
span { border-color: #4F6B10; }
span { border-color: rgb(79,107,16); }
td.TdClassName
{
border-color: #4F6B10;
}
.TagClassName
{
border-color: #4F6B10;
}
</style>