Shades of Verdun Green #4F5A0F
Tints of Verdun Green #4F5A0F
RGB
CMYK
RGB Variations
Color information
#4F5A0F (or 0x4F5A0F) is known color: Verdun Green. HEX triplet: 4F, 5A and 0F. RGB value is (79,90,15). Sum of RGB (Red+Green+Blue) = 79+90+15=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5A0F is #B0A5F0. Grayscale: #4E4E4E. Windows color (decimal): -11576817 or 1006159. OLE color: 1006159.
HSL color Cylindrical-coordinate representation of color #4F5A0F: hue angle of 68.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F5A0F is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 15 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.65 |
| HSL | 68.8º | 0.71% | 0.21% | - |
| HSV(B) | 68.8º | 0.83% | 0.35% | - |
| XYZ | 6.97 | 9.01 | 1.82 | - |
| YUV | 78.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 15 | 0.12 | 0 | 0.83 | 0.65 | 68.8 | 0.71 | 0.21 |
| Hex | 4F | 5A | F | C | 0 | 53 | 41 | 45 | 47 | 15 |
| Octal | 117 | 132 | 17 | 14 | 0 | 123 | 101 | 105 | 107 | 25 |
| Binary | 1001111 | 1011010 | 1111 | 1100 | 0 | 1010011 | 1000001 | 1000101 | 1000111 | 10101 |
Color Harmonies of #4F5A0F
Complementary color
Monochromatic Colors of #4F5A0F
Black with #4F5A0F
Text Example
Text Example
White with #4F5A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A0F; }
p { color: rgb(79,90,15); }
H1.HeaderClassName
{
color: #4F5A0F;
}
.AnyTagClassName
{
color: #4F5A0F;
}
</style>
background-color css
<style>
a { background-color: #4F5A0F; }
a { background-color: rgb(79,90,15); }
div.DivClassName
{
background-color: #4F5A0F;
}
.BgClassName
{
background-color: #4F5A0F;
}
</style>
border-color css
<style>
span { border-color: #4F5A0F; }
span { border-color: rgb(79,90,15); }
td.TdClassName
{
border-color: #4F5A0F;
}
.TagClassName
{
border-color: #4F5A0F;
}
</style>