Shades of Verdun Green #4F5B19
Tints of Verdun Green #4F5B19
RGB
CMYK
RGB Variations
Color information
#4F5B19 (or 0x4F5B19) is known color: Verdun Green. HEX triplet: 4F, 5B and 19. RGB value is (79,91,25). Sum of RGB (Red+Green+Blue) = 79+91+25=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5B19 is #B0A4E6. Grayscale: #505050. Windows color (decimal): -11576551 or 1661775. OLE color: 1661775.
HSL color Cylindrical-coordinate representation of color #4F5B19: hue angle of 70.91º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F5B19 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 91 | 25 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.64 |
| HSL | 70.91º | 0.57% | 0.23% | - |
| HSV(B) | 70.91º | 0.73% | 0.36% | - |
| XYZ | 7.14 | 9.21 | 2.32 | - |
| YUV | 79.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 25 | 0.13 | 0 | 0.73 | 0.64 | 70.91 | 0.57 | 0.23 |
| Hex | 4F | 5B | 19 | D | 0 | 49 | 40 | 47 | 39 | 17 |
| Octal | 117 | 133 | 31 | 15 | 0 | 111 | 100 | 107 | 71 | 27 |
| Binary | 1001111 | 1011011 | 11001 | 1101 | 0 | 1001001 | 1000000 | 1000111 | 111001 | 10111 |
Color Harmonies of #4F5B19
Complementary color
Monochromatic Colors of #4F5B19
Black with #4F5B19
Text Example
Text Example
White with #4F5B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B19; }
p { color: rgb(79,91,25); }
H1.HeaderClassName
{
color: #4F5B19;
}
.AnyTagClassName
{
color: #4F5B19;
}
</style>
background-color css
<style>
a { background-color: #4F5B19; }
a { background-color: rgb(79,91,25); }
div.DivClassName
{
background-color: #4F5B19;
}
.BgClassName
{
background-color: #4F5B19;
}
</style>
border-color css
<style>
span { border-color: #4F5B19; }
span { border-color: rgb(79,91,25); }
td.TdClassName
{
border-color: #4F5B19;
}
.TagClassName
{
border-color: #4F5B19;
}
</style>