Shades of Verdun Green #4B5A05
Tints of Verdun Green #4B5A05
RGB
CMYK
RGB Variations
Color information
#4B5A05 (or 0x4B5A05) is known color: Verdun Green. HEX triplet: 4B, 5A and 05. RGB value is (75,90,5). Sum of RGB (Red+Green+Blue) = 75+90+5=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5A05 is #B4A5FA. Grayscale: #4C4C4C. Windows color (decimal): -11838971 or 350795. OLE color: 350795.
HSL color Cylindrical-coordinate representation of color #4B5A05: hue angle of 70.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B5A05 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 5 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.65 |
| HSL | 70.59º | 0.89% | 0.19% | - |
| HSV(B) | 70.59º | 0.94% | 0.35% | - |
| XYZ | 6.59 | 8.82 | 1.5 | - |
| YUV | 75.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 5 | 0.17 | 0 | 0.94 | 0.65 | 70.59 | 0.89 | 0.19 |
| Hex | 4B | 5A | 5 | 11 | 0 | 5E | 41 | 47 | 59 | 13 |
| Octal | 113 | 132 | 5 | 21 | 0 | 136 | 101 | 107 | 131 | 23 |
| Binary | 1001011 | 1011010 | 101 | 10001 | 0 | 1011110 | 1000001 | 1000111 | 1011001 | 10011 |
Color Harmonies of #4B5A05
Complementary color
Monochromatic Colors of #4B5A05
Black with #4B5A05
Text Example
Text Example
White with #4B5A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A05; }
p { color: rgb(75,90,5); }
H1.HeaderClassName
{
color: #4B5A05;
}
.AnyTagClassName
{
color: #4B5A05;
}
</style>
background-color css
<style>
a { background-color: #4B5A05; }
a { background-color: rgb(75,90,5); }
div.DivClassName
{
background-color: #4B5A05;
}
.BgClassName
{
background-color: #4B5A05;
}
</style>
border-color css
<style>
span { border-color: #4B5A05; }
span { border-color: rgb(75,90,5); }
td.TdClassName
{
border-color: #4B5A05;
}
.TagClassName
{
border-color: #4B5A05;
}
</style>