Shades of Verdun Green #4F5B13
Tints of Verdun Green #4F5B13
RGB
CMYK
RGB Variations
Color information
#4F5B13 (or 0x4F5B13) is known color: Verdun Green. HEX triplet: 4F, 5B and 13. RGB value is (79,91,19). Sum of RGB (Red+Green+Blue) = 79+91+19=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #4F5B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5B13 is #B0A4EC. Grayscale: #4F4F4F. Windows color (decimal): -11576557 or 1268559. OLE color: 1268559.
HSL color Cylindrical-coordinate representation of color #4F5B13: hue angle of 70º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F5B13 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 91 | 19 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.64 |
| HSL | 70º | 0.65% | 0.22% | - |
| HSV(B) | 70º | 0.79% | 0.36% | - |
| XYZ | 7.08 | 9.19 | 2.02 | - |
| YUV | 79.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 19 | 0.13 | 0 | 0.79 | 0.64 | 70 | 0.65 | 0.22 |
| Hex | 4F | 5B | 13 | D | 0 | 4F | 40 | 46 | 41 | 16 |
| Octal | 117 | 133 | 23 | 15 | 0 | 117 | 100 | 106 | 101 | 26 |
| Binary | 1001111 | 1011011 | 10011 | 1101 | 0 | 1001111 | 1000000 | 1000110 | 1000001 | 10110 |
Color Harmonies of #4F5B13
Complementary color
Monochromatic Colors of #4F5B13
Black with #4F5B13
Text Example
Text Example
White with #4F5B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B13; }
p { color: rgb(79,91,19); }
H1.HeaderClassName
{
color: #4F5B13;
}
.AnyTagClassName
{
color: #4F5B13;
}
</style>
background-color css
<style>
a { background-color: #4F5B13; }
a { background-color: rgb(79,91,19); }
div.DivClassName
{
background-color: #4F5B13;
}
.BgClassName
{
background-color: #4F5B13;
}
</style>
border-color css
<style>
span { border-color: #4F5B13; }
span { border-color: rgb(79,91,19); }
td.TdClassName
{
border-color: #4F5B13;
}
.TagClassName
{
border-color: #4F5B13;
}
</style>