Shades of Verdun Green #4B5D16
Tints of Verdun Green #4B5D16
RGB
CMYK
RGB Variations
Color information
#4B5D16 (or 0x4B5D16) is known color: Verdun Green. HEX triplet: 4B, 5D and 16. RGB value is (75,93,22). Sum of RGB (Red+Green+Blue) = 75+93+22=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5D16 is #B4A2E9. Grayscale: #4F4F4F. Windows color (decimal): -11838186 or 1465675. OLE color: 1465675.
HSL color Cylindrical-coordinate representation of color #4B5D16: hue angle of 75.21º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B5D16 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 93 | 22 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.64 |
| HSL | 75.21º | 0.62% | 0.23% | - |
| HSV(B) | 75.21º | 0.76% | 0.36% | - |
| XYZ | 6.96 | 9.38 | 2.2 | - |
| YUV | 79.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 22 | 0.19 | 0 | 0.76 | 0.64 | 75.21 | 0.62 | 0.23 |
| Hex | 4B | 5D | 16 | 13 | 0 | 4C | 40 | 4B | 3E | 17 |
| Octal | 113 | 135 | 26 | 23 | 0 | 114 | 100 | 113 | 76 | 27 |
| Binary | 1001011 | 1011101 | 10110 | 10011 | 0 | 1001100 | 1000000 | 1001011 | 111110 | 10111 |
Color Harmonies of #4B5D16
Complementary color
Monochromatic Colors of #4B5D16
Black with #4B5D16
Text Example
Text Example
White with #4B5D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D16; }
p { color: rgb(75,93,22); }
H1.HeaderClassName
{
color: #4B5D16;
}
.AnyTagClassName
{
color: #4B5D16;
}
</style>
background-color css
<style>
a { background-color: #4B5D16; }
a { background-color: rgb(75,93,22); }
div.DivClassName
{
background-color: #4B5D16;
}
.BgClassName
{
background-color: #4B5D16;
}
</style>
border-color css
<style>
span { border-color: #4B5D16; }
span { border-color: rgb(75,93,22); }
td.TdClassName
{
border-color: #4B5D16;
}
.TagClassName
{
border-color: #4B5D16;
}
</style>