Shades of Verdun Green #555502
Tints of Verdun Green #555502
RGB
CMYK
RGB Variations
Color information
#555502 (or 0x555502) is known color: Verdun Green. HEX triplet: 55, 55 and 02. RGB value is (85,85,2). Sum of RGB (Red+Green+Blue) = 85+85+2=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555502 is #AAAAFD. Grayscale: #4B4B4B. Windows color (decimal): -11184894 or 152917. OLE color: 152917.
HSL color Cylindrical-coordinate representation of color #555502: hue angle of 60º 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 #555502 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.67 |
| HSL | 60º | 0.95% | 0.17% | - |
| HSV(B) | 60º | 0.98% | 0.33% | - |
| XYZ | 7.01 | 8.43 | 1.32 | - |
| YUV | 75.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 2 | 0 | 0 | 0.98 | 0.67 | 60 | 0.95 | 0.17 |
| Hex | 55 | 55 | 2 | 0 | 0 | 62 | 43 | 3C | 5F | 11 |
| Octal | 125 | 125 | 2 | 0 | 0 | 142 | 103 | 74 | 137 | 21 |
| Binary | 1010101 | 1010101 | 10 | 0 | 0 | 1100010 | 1000011 | 111100 | 1011111 | 10001 |
Color Harmonies of #555502
Complementary color
Monochromatic Colors of #555502
Black with #555502
Text Example
Text Example
White with #555502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555502; }
p { color: rgb(85,85,2); }
H1.HeaderClassName
{
color: #555502;
}
.AnyTagClassName
{
color: #555502;
}
</style>
background-color css
<style>
a { background-color: #555502; }
a { background-color: rgb(85,85,2); }
div.DivClassName
{
background-color: #555502;
}
.BgClassName
{
background-color: #555502;
}
</style>
border-color css
<style>
span { border-color: #555502; }
span { border-color: rgb(85,85,2); }
td.TdClassName
{
border-color: #555502;
}
.TagClassName
{
border-color: #555502;
}
</style>