Shades of Verdun Green #4B5D19
Tints of Verdun Green #4B5D19
RGB
CMYK
RGB Variations
Color information
#4B5D19 (or 0x4B5D19) is known color: Verdun Green. HEX triplet: 4B, 5D and 19. RGB value is (75,93,25). Sum of RGB (Red+Green+Blue) = 75+93+25=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5D19 is #B4A2E6. Grayscale: #505050. Windows color (decimal): -11838183 or 1662283. OLE color: 1662283.
HSL color Cylindrical-coordinate representation of color #4B5D19: hue angle of 75.88º degrees, saturation: 0.58, 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 #4B5D19 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 93 | 25 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.64 |
| HSL | 75.88º | 0.58% | 0.23% | - |
| HSV(B) | 75.88º | 0.73% | 0.36% | - |
| XYZ | 6.99 | 9.39 | 2.36 | - |
| YUV | 79.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 25 | 0.19 | 0 | 0.73 | 0.64 | 75.88 | 0.58 | 0.23 |
| Hex | 4B | 5D | 19 | 13 | 0 | 49 | 40 | 4C | 3A | 17 |
| Octal | 113 | 135 | 31 | 23 | 0 | 111 | 100 | 114 | 72 | 27 |
| Binary | 1001011 | 1011101 | 11001 | 10011 | 0 | 1001001 | 1000000 | 1001100 | 111010 | 10111 |
Color Harmonies of #4B5D19
Complementary color
Monochromatic Colors of #4B5D19
Black with #4B5D19
Text Example
Text Example
White with #4B5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D19; }
p { color: rgb(75,93,25); }
H1.HeaderClassName
{
color: #4B5D19;
}
.AnyTagClassName
{
color: #4B5D19;
}
</style>
background-color css
<style>
a { background-color: #4B5D19; }
a { background-color: rgb(75,93,25); }
div.DivClassName
{
background-color: #4B5D19;
}
.BgClassName
{
background-color: #4B5D19;
}
</style>
border-color css
<style>
span { border-color: #4B5D19; }
span { border-color: rgb(75,93,25); }
td.TdClassName
{
border-color: #4B5D19;
}
.TagClassName
{
border-color: #4B5D19;
}
</style>