Shades of Verdun Green #4B5A09
Tints of Verdun Green #4B5A09
RGB
CMYK
RGB Variations
Color information
#4B5A09 (or 0x4B5A09) is known color: Verdun Green. HEX triplet: 4B, 5A and 09. RGB value is (75,90,9). Sum of RGB (Red+Green+Blue) = 75+90+9=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5A09 is #B4A5F6. Grayscale: #4C4C4C. Windows color (decimal): -11838967 or 612939. OLE color: 612939.
HSL color Cylindrical-coordinate representation of color #4B5A09: hue angle of 71.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B5A09 is Cyan = 0.17, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 9 | - |
| CMYK | 0.17 | 0 | 0.9 | 0.65 |
| HSL | 71.11º | 0.82% | 0.19% | - |
| HSV(B) | 71.11º | 0.9% | 0.35% | - |
| XYZ | 6.61 | 8.83 | 1.61 | - |
| YUV | 76.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 9 | 0.17 | 0 | 0.9 | 0.65 | 71.11 | 0.82 | 0.19 |
| Hex | 4B | 5A | 9 | 11 | 0 | 5A | 41 | 47 | 52 | 13 |
| Octal | 113 | 132 | 11 | 21 | 0 | 132 | 101 | 107 | 122 | 23 |
| Binary | 1001011 | 1011010 | 1001 | 10001 | 0 | 1011010 | 1000001 | 1000111 | 1010010 | 10011 |
Color Harmonies of #4B5A09
Complementary color
Monochromatic Colors of #4B5A09
Black with #4B5A09
Text Example
Text Example
White with #4B5A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A09; }
p { color: rgb(75,90,9); }
H1.HeaderClassName
{
color: #4B5A09;
}
.AnyTagClassName
{
color: #4B5A09;
}
</style>
background-color css
<style>
a { background-color: #4B5A09; }
a { background-color: rgb(75,90,9); }
div.DivClassName
{
background-color: #4B5A09;
}
.BgClassName
{
background-color: #4B5A09;
}
</style>
border-color css
<style>
span { border-color: #4B5A09; }
span { border-color: rgb(75,90,9); }
td.TdClassName
{
border-color: #4B5A09;
}
.TagClassName
{
border-color: #4B5A09;
}
</style>