Shades of Verdun Green #4B5502
Tints of Verdun Green #4B5502
RGB
CMYK
RGB Variations
Color information
#4B5502 (or 0x4B5502) is known color: Verdun Green. HEX triplet: 4B, 55 and 02. RGB value is (75,85,2). Sum of RGB (Red+Green+Blue) = 75+85+2=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5502 is #B4AAFD. Grayscale: #484848. Windows color (decimal): -11840254 or 152907. OLE color: 152907.
HSL color Cylindrical-coordinate representation of color #4B5502: hue angle of 67.23º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B5502 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 2 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.67 |
| HSL | 67.23º | 0.95% | 0.17% | - |
| HSV(B) | 67.23º | 0.98% | 0.33% | - |
| XYZ | 6.16 | 8 | 1.28 | - |
| YUV | 72.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 2 | 0.12 | 0 | 0.98 | 0.67 | 67.23 | 0.95 | 0.17 |
| Hex | 4B | 55 | 2 | C | 0 | 62 | 43 | 43 | 5F | 11 |
| Octal | 113 | 125 | 2 | 14 | 0 | 142 | 103 | 103 | 137 | 21 |
| Binary | 1001011 | 1010101 | 10 | 1100 | 0 | 1100010 | 1000011 | 1000011 | 1011111 | 10001 |
Color Harmonies of #4B5502
Complementary color
Monochromatic Colors of #4B5502
Black with #4B5502
Text Example
Text Example
White with #4B5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5502; }
p { color: rgb(75,85,2); }
H1.HeaderClassName
{
color: #4B5502;
}
.AnyTagClassName
{
color: #4B5502;
}
</style>
background-color css
<style>
a { background-color: #4B5502; }
a { background-color: rgb(75,85,2); }
div.DivClassName
{
background-color: #4B5502;
}
.BgClassName
{
background-color: #4B5502;
}
</style>
border-color css
<style>
span { border-color: #4B5502; }
span { border-color: rgb(75,85,2); }
td.TdClassName
{
border-color: #4B5502;
}
.TagClassName
{
border-color: #4B5502;
}
</style>