Shades of Verdun Green #4B5505
Tints of Verdun Green #4B5505
RGB
CMYK
RGB Variations
Color information
#4B5505 (or 0x4B5505) is known color: Verdun Green. HEX triplet: 4B, 55 and 05. RGB value is (75,85,5). Sum of RGB (Red+Green+Blue) = 75+85+5=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5505 is #B4AAFA. Grayscale: #494949. Windows color (decimal): -11840251 or 349515. OLE color: 349515.
HSL color Cylindrical-coordinate representation of color #4B5505: hue angle of 67.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B5505 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 5 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.67 |
| HSL | 67.5º | 0.89% | 0.18% | - |
| HSV(B) | 67.5º | 0.94% | 0.33% | - |
| XYZ | 6.18 | 8 | 1.36 | - |
| YUV | 72.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 5 | 0.12 | 0 | 0.94 | 0.67 | 67.5 | 0.89 | 0.18 |
| Hex | 4B | 55 | 5 | C | 0 | 5E | 43 | 44 | 59 | 12 |
| Octal | 113 | 125 | 5 | 14 | 0 | 136 | 103 | 104 | 131 | 22 |
| Binary | 1001011 | 1010101 | 101 | 1100 | 0 | 1011110 | 1000011 | 1000100 | 1011001 | 10010 |
Color Harmonies of #4B5505
Complementary color
Monochromatic Colors of #4B5505
Black with #4B5505
Text Example
Text Example
White with #4B5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5505; }
p { color: rgb(75,85,5); }
H1.HeaderClassName
{
color: #4B5505;
}
.AnyTagClassName
{
color: #4B5505;
}
</style>
background-color css
<style>
a { background-color: #4B5505; }
a { background-color: rgb(75,85,5); }
div.DivClassName
{
background-color: #4B5505;
}
.BgClassName
{
background-color: #4B5505;
}
</style>
border-color css
<style>
span { border-color: #4B5505; }
span { border-color: rgb(75,85,5); }
td.TdClassName
{
border-color: #4B5505;
}
.TagClassName
{
border-color: #4B5505;
}
</style>