Shades of Verdun Green #4B5915
Tints of Verdun Green #4B5915
RGB
CMYK
RGB Variations
Color information
#4B5915 (or 0x4B5915) is known color: Verdun Green. HEX triplet: 4B, 59 and 15. RGB value is (75,89,21). Sum of RGB (Red+Green+Blue) = 75+89+21=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5915 is #B4A6EA. Grayscale: #4D4D4D. Windows color (decimal): -11839211 or 1399115. OLE color: 1399115.
HSL color Cylindrical-coordinate representation of color #4B5915: hue angle of 72.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B5915 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 21 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.65 |
| HSL | 72.35º | 0.62% | 0.22% | - |
| HSV(B) | 72.35º | 0.76% | 0.35% | - |
| XYZ | 6.61 | 8.69 | 2.04 | - |
| YUV | 77.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 21 | 0.16 | 0 | 0.76 | 0.65 | 72.35 | 0.62 | 0.22 |
| Hex | 4B | 59 | 15 | 10 | 0 | 4C | 41 | 48 | 3E | 16 |
| Octal | 113 | 131 | 25 | 20 | 0 | 114 | 101 | 110 | 76 | 26 |
| Binary | 1001011 | 1011001 | 10101 | 10000 | 0 | 1001100 | 1000001 | 1001000 | 111110 | 10110 |
Color Harmonies of #4B5915
Complementary color
Monochromatic Colors of #4B5915
Black with #4B5915
Text Example
Text Example
White with #4B5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5915; }
p { color: rgb(75,89,21); }
H1.HeaderClassName
{
color: #4B5915;
}
.AnyTagClassName
{
color: #4B5915;
}
</style>
background-color css
<style>
a { background-color: #4B5915; }
a { background-color: rgb(75,89,21); }
div.DivClassName
{
background-color: #4B5915;
}
.BgClassName
{
background-color: #4B5915;
}
</style>
border-color css
<style>
span { border-color: #4B5915; }
span { border-color: rgb(75,89,21); }
td.TdClassName
{
border-color: #4B5915;
}
.TagClassName
{
border-color: #4B5915;
}
</style>