Shades of Verdun Green #555902
Tints of Verdun Green #555902
RGB
CMYK
RGB Variations
Color information
#555902 (or 0x555902) is known color: Verdun Green. HEX triplet: 55, 59 and 02. RGB value is (85,89,2). Sum of RGB (Red+Green+Blue) = 85+89+2=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #555902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555902 is #AAA6FD. Grayscale: #4E4E4E. Windows color (decimal): -11183870 or 153941. OLE color: 153941.
HSL color Cylindrical-coordinate representation of color #555902: hue angle of 62.76º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #555902 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 2 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.65 |
| HSL | 62.76º | 0.96% | 0.18% | - |
| HSV(B) | 62.76º | 0.98% | 0.35% | - |
| XYZ | 7.33 | 9.08 | 1.42 | - |
| YUV | 77.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 2 | 0.04 | 0 | 0.98 | 0.65 | 62.76 | 0.96 | 0.18 |
| Hex | 55 | 59 | 2 | 4 | 0 | 62 | 41 | 3F | 60 | 12 |
| Octal | 125 | 131 | 2 | 4 | 0 | 142 | 101 | 77 | 140 | 22 |
| Binary | 1010101 | 1011001 | 10 | 100 | 0 | 1100010 | 1000001 | 111111 | 1100000 | 10010 |
Color Harmonies of #555902
Complementary color
Monochromatic Colors of #555902
Black with #555902
Text Example
Text Example
White with #555902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555902; }
p { color: rgb(85,89,2); }
H1.HeaderClassName
{
color: #555902;
}
.AnyTagClassName
{
color: #555902;
}
</style>
background-color css
<style>
a { background-color: #555902; }
a { background-color: rgb(85,89,2); }
div.DivClassName
{
background-color: #555902;
}
.BgClassName
{
background-color: #555902;
}
</style>
border-color css
<style>
span { border-color: #555902; }
span { border-color: rgb(85,89,2); }
td.TdClassName
{
border-color: #555902;
}
.TagClassName
{
border-color: #555902;
}
</style>