Shades of Verdun Green #4B5609
Tints of Verdun Green #4B5609
RGB
CMYK
RGB Variations
Color information
#4B5609 (or 0x4B5609) is known color: Verdun Green. HEX triplet: 4B, 56 and 09. RGB value is (75,86,9). Sum of RGB (Red+Green+Blue) = 75+86+9=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #4B5609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5609 is #B4A9F6. Grayscale: #4A4A4A. Windows color (decimal): -11839991 or 611915. OLE color: 611915.
HSL color Cylindrical-coordinate representation of color #4B5609: hue angle of 68.57º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B5609 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 86 | 9 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.66 |
| HSL | 68.57º | 0.81% | 0.19% | - |
| HSV(B) | 68.57º | 0.9% | 0.34% | - |
| XYZ | 6.28 | 8.17 | 1.5 | - |
| YUV | 73.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 9 | 0.13 | 0 | 0.90 | 0.66 | 68.57 | 0.81 | 0.19 |
| Hex | 4B | 56 | 9 | D | 0 | 5A | 42 | 45 | 51 | 13 |
| Octal | 113 | 126 | 11 | 15 | 0 | 132 | 102 | 105 | 121 | 23 |
| Binary | 1001011 | 1010110 | 1001 | 1101 | 0 | 1011010 | 1000010 | 1000101 | 1010001 | 10011 |
Color Harmonies of #4B5609
Complementary color
Monochromatic Colors of #4B5609
Black with #4B5609
Text Example
Text Example
White with #4B5609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5609; }
p { color: rgb(75,86,9); }
H1.HeaderClassName
{
color: #4B5609;
}
.AnyTagClassName
{
color: #4B5609;
}
</style>
background-color css
<style>
a { background-color: #4B5609; }
a { background-color: rgb(75,86,9); }
div.DivClassName
{
background-color: #4B5609;
}
.BgClassName
{
background-color: #4B5609;
}
</style>
border-color css
<style>
span { border-color: #4B5609; }
span { border-color: rgb(75,86,9); }
td.TdClassName
{
border-color: #4B5609;
}
.TagClassName
{
border-color: #4B5609;
}
</style>