Shades of Verdun Green #4B5B15
Tints of Verdun Green #4B5B15
RGB
CMYK
RGB Variations
Color information
#4B5B15 (or 0x4B5B15) is known color: Verdun Green. HEX triplet: 4B, 5B and 15. RGB value is (75,91,21). Sum of RGB (Red+Green+Blue) = 75+91+21=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5B15 is #B4A4EA. Grayscale: #4E4E4E. Windows color (decimal): -11838699 or 1399627. OLE color: 1399627.
HSL color Cylindrical-coordinate representation of color #4B5B15: hue angle of 73.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B5B15 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 91 | 21 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.64 |
| HSL | 73.71º | 0.63% | 0.22% | - |
| HSV(B) | 73.71º | 0.77% | 0.36% | - |
| XYZ | 6.78 | 9.03 | 2.1 | - |
| YUV | 78.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 21 | 0.18 | 0 | 0.77 | 0.64 | 73.71 | 0.63 | 0.22 |
| Hex | 4B | 5B | 15 | 12 | 0 | 4D | 40 | 4A | 3E | 16 |
| Octal | 113 | 133 | 25 | 22 | 0 | 115 | 100 | 112 | 76 | 26 |
| Binary | 1001011 | 1011011 | 10101 | 10010 | 0 | 1001101 | 1000000 | 1001010 | 111110 | 10110 |
Color Harmonies of #4B5B15
Complementary color
Monochromatic Colors of #4B5B15
Black with #4B5B15
Text Example
Text Example
White with #4B5B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5B15; }
p { color: rgb(75,91,21); }
H1.HeaderClassName
{
color: #4B5B15;
}
.AnyTagClassName
{
color: #4B5B15;
}
</style>
background-color css
<style>
a { background-color: #4B5B15; }
a { background-color: rgb(75,91,21); }
div.DivClassName
{
background-color: #4B5B15;
}
.BgClassName
{
background-color: #4B5B15;
}
</style>
border-color css
<style>
span { border-color: #4B5B15; }
span { border-color: rgb(75,91,21); }
td.TdClassName
{
border-color: #4B5B15;
}
.TagClassName
{
border-color: #4B5B15;
}
</style>