Shades of Verdun Green #555A02
Tints of Verdun Green #555A02
RGB
CMYK
RGB Variations
Color information
#555A02 (or 0x555A02) is known color: Verdun Green. HEX triplet: 55, 5A and 02. RGB value is (85,90,2). Sum of RGB (Red+Green+Blue) = 85+90+2=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #555A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A02 is #AAA5FD. Grayscale: #4E4E4E. Windows color (decimal): -11183614 or 154197. OLE color: 154197.
HSL color Cylindrical-coordinate representation of color #555A02: hue angle of 63.41º 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 #555A02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.65 |
| HSL | 63.41º | 0.96% | 0.18% | - |
| HSV(B) | 63.41º | 0.98% | 0.35% | - |
| XYZ | 7.41 | 9.25 | 1.45 | - |
| YUV | 78.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 2 | 0.06 | 0 | 0.98 | 0.65 | 63.41 | 0.96 | 0.18 |
| Hex | 55 | 5A | 2 | 6 | 0 | 62 | 41 | 3F | 60 | 12 |
| Octal | 125 | 132 | 2 | 6 | 0 | 142 | 101 | 77 | 140 | 22 |
| Binary | 1010101 | 1011010 | 10 | 110 | 0 | 1100010 | 1000001 | 111111 | 1100000 | 10010 |
Color Harmonies of #555A02
Complementary color
Monochromatic Colors of #555A02
Black with #555A02
Text Example
Text Example
White with #555A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A02; }
p { color: rgb(85,90,2); }
H1.HeaderClassName
{
color: #555A02;
}
.AnyTagClassName
{
color: #555A02;
}
</style>
background-color css
<style>
a { background-color: #555A02; }
a { background-color: rgb(85,90,2); }
div.DivClassName
{
background-color: #555A02;
}
.BgClassName
{
background-color: #555A02;
}
</style>
border-color css
<style>
span { border-color: #555A02; }
span { border-color: rgb(85,90,2); }
td.TdClassName
{
border-color: #555A02;
}
.TagClassName
{
border-color: #555A02;
}
</style>