Shades of Verdun Green #4B5908
Tints of Verdun Green #4B5908
RGB
CMYK
RGB Variations
Color information
#4B5908 (or 0x4B5908) is known color: Verdun Green. HEX triplet: 4B, 59 and 08. RGB value is (75,89,8). Sum of RGB (Red+Green+Blue) = 75+89+8=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5908 is #B4A6F7. Grayscale: #4B4B4B. Windows color (decimal): -11839224 or 547147. OLE color: 547147.
HSL color Cylindrical-coordinate representation of color #4B5908: hue angle of 70.37º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B5908 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 89 | 8 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.65 |
| HSL | 70.37º | 0.84% | 0.19% | - |
| HSV(B) | 70.37º | 0.91% | 0.35% | - |
| XYZ | 6.52 | 8.66 | 1.56 | - |
| YUV | 75.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 8 | 0.16 | 0 | 0.91 | 0.65 | 70.37 | 0.84 | 0.19 |
| Hex | 4B | 59 | 8 | 10 | 0 | 5B | 41 | 46 | 54 | 13 |
| Octal | 113 | 131 | 10 | 20 | 0 | 133 | 101 | 106 | 124 | 23 |
| Binary | 1001011 | 1011001 | 1000 | 10000 | 0 | 1011011 | 1000001 | 1000110 | 1010100 | 10011 |
Color Harmonies of #4B5908
Complementary color
Monochromatic Colors of #4B5908
Black with #4B5908
Text Example
Text Example
White with #4B5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5908; }
p { color: rgb(75,89,8); }
H1.HeaderClassName
{
color: #4B5908;
}
.AnyTagClassName
{
color: #4B5908;
}
</style>
background-color css
<style>
a { background-color: #4B5908; }
a { background-color: rgb(75,89,8); }
div.DivClassName
{
background-color: #4B5908;
}
.BgClassName
{
background-color: #4B5908;
}
</style>
border-color css
<style>
span { border-color: #4B5908; }
span { border-color: rgb(75,89,8); }
td.TdClassName
{
border-color: #4B5908;
}
.TagClassName
{
border-color: #4B5908;
}
</style>