Shades of Verdun Green #4B5808
Tints of Verdun Green #4B5808
RGB
CMYK
RGB Variations
Color information
#4B5808 (or 0x4B5808) is known color: Verdun Green. HEX triplet: 4B, 58 and 08. RGB value is (75,88,8). Sum of RGB (Red+Green+Blue) = 75+88+8=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5808 is #B4A7F7. Grayscale: #4B4B4B. Windows color (decimal): -11839480 or 546891. OLE color: 546891.
HSL color Cylindrical-coordinate representation of color #4B5808: hue angle of 69.75º degrees, saturation: 0.83, 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 #4B5808 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 8 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.65 |
| HSL | 69.75º | 0.83% | 0.19% | - |
| HSV(B) | 69.75º | 0.91% | 0.35% | - |
| XYZ | 6.44 | 8.49 | 1.53 | - |
| YUV | 74.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 8 | 0.15 | 0 | 0.91 | 0.65 | 69.75 | 0.83 | 0.19 |
| Hex | 4B | 58 | 8 | F | 0 | 5B | 41 | 46 | 53 | 13 |
| Octal | 113 | 130 | 10 | 17 | 0 | 133 | 101 | 106 | 123 | 23 |
| Binary | 1001011 | 1011000 | 1000 | 1111 | 0 | 1011011 | 1000001 | 1000110 | 1010011 | 10011 |
Color Harmonies of #4B5808
Complementary color
Monochromatic Colors of #4B5808
Black with #4B5808
Text Example
Text Example
White with #4B5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5808; }
p { color: rgb(75,88,8); }
H1.HeaderClassName
{
color: #4B5808;
}
.AnyTagClassName
{
color: #4B5808;
}
</style>
background-color css
<style>
a { background-color: #4B5808; }
a { background-color: rgb(75,88,8); }
div.DivClassName
{
background-color: #4B5808;
}
.BgClassName
{
background-color: #4B5808;
}
</style>
border-color css
<style>
span { border-color: #4B5808; }
span { border-color: rgb(75,88,8); }
td.TdClassName
{
border-color: #4B5808;
}
.TagClassName
{
border-color: #4B5808;
}
</style>