Shades of Verdun Green #4F580F
Tints of Verdun Green #4F580F
RGB
CMYK
RGB Variations
Color information
#4F580F (or 0x4F580F) is known color: Verdun Green. HEX triplet: 4F, 58 and 0F. RGB value is (79,88,15). Sum of RGB (Red+Green+Blue) = 79+88+15=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #4F580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F580F is #B0A7F0. Grayscale: #4D4D4D. Windows color (decimal): -11577329 or 1005647. OLE color: 1005647.
HSL color Cylindrical-coordinate representation of color #4F580F: hue angle of 67.4º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F580F is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 88 | 15 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.65 |
| HSL | 67.4º | 0.71% | 0.2% | - |
| HSV(B) | 67.4º | 0.83% | 0.35% | - |
| XYZ | 6.8 | 8.68 | 1.77 | - |
| YUV | 76.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 15 | 0.10 | 0 | 0.83 | 0.65 | 67.4 | 0.71 | 0.2 |
| Hex | 4F | 58 | F | A | 0 | 53 | 41 | 43 | 47 | 14 |
| Octal | 117 | 130 | 17 | 12 | 0 | 123 | 101 | 103 | 107 | 24 |
| Binary | 1001111 | 1011000 | 1111 | 1010 | 0 | 1010011 | 1000001 | 1000011 | 1000111 | 10100 |
Color Harmonies of #4F580F
Complementary color
Monochromatic Colors of #4F580F
Black with #4F580F
Text Example
Text Example
White with #4F580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F580F; }
p { color: rgb(79,88,15); }
H1.HeaderClassName
{
color: #4F580F;
}
.AnyTagClassName
{
color: #4F580F;
}
</style>
background-color css
<style>
a { background-color: #4F580F; }
a { background-color: rgb(79,88,15); }
div.DivClassName
{
background-color: #4F580F;
}
.BgClassName
{
background-color: #4F580F;
}
</style>
border-color css
<style>
span { border-color: #4F580F; }
span { border-color: rgb(79,88,15); }
td.TdClassName
{
border-color: #4F580F;
}
.TagClassName
{
border-color: #4F580F;
}
</style>