Shades of Verdun Green #555702
Tints of Verdun Green #555702
RGB
CMYK
RGB Variations
Color information
#555702 (or 0x555702) is known color: Verdun Green. HEX triplet: 55, 57 and 02. RGB value is (85,87,2). Sum of RGB (Red+Green+Blue) = 85+87+2=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #555702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555702 is #AAA8FD. Grayscale: #4D4D4D. Windows color (decimal): -11184382 or 153429. OLE color: 153429.
HSL color Cylindrical-coordinate representation of color #555702: hue angle of 61.41º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #555702 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.66 |
| HSL | 61.41º | 0.96% | 0.17% | - |
| HSV(B) | 61.41º | 0.98% | 0.34% | - |
| XYZ | 7.17 | 8.75 | 1.37 | - |
| YUV | 76.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 2 | 0.02 | 0 | 0.98 | 0.66 | 61.41 | 0.96 | 0.17 |
| Hex | 55 | 57 | 2 | 2 | 0 | 62 | 42 | 3D | 60 | 11 |
| Octal | 125 | 127 | 2 | 2 | 0 | 142 | 102 | 75 | 140 | 21 |
| Binary | 1010101 | 1010111 | 10 | 10 | 0 | 1100010 | 1000010 | 111101 | 1100000 | 10001 |
Color Harmonies of #555702
Complementary color
Monochromatic Colors of #555702
Black with #555702
Text Example
Text Example
White with #555702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555702; }
p { color: rgb(85,87,2); }
H1.HeaderClassName
{
color: #555702;
}
.AnyTagClassName
{
color: #555702;
}
</style>
background-color css
<style>
a { background-color: #555702; }
a { background-color: rgb(85,87,2); }
div.DivClassName
{
background-color: #555702;
}
.BgClassName
{
background-color: #555702;
}
</style>
border-color css
<style>
span { border-color: #555702; }
span { border-color: rgb(85,87,2); }
td.TdClassName
{
border-color: #555702;
}
.TagClassName
{
border-color: #555702;
}
</style>