Shades of Verdun Green #555E0A
Tints of Verdun Green #555E0A
RGB
CMYK
RGB Variations
Color information
#555E0A (or 0x555E0A) is known color: Verdun Green. HEX triplet: 55, 5E and 0A. RGB value is (85,94,10). Sum of RGB (Red+Green+Blue) = 85+94+10=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #555E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555E0A is #AAA1F5. Grayscale: #525252. Windows color (decimal): -11182582 or 679509. OLE color: 679509.
HSL color Cylindrical-coordinate representation of color #555E0A: hue angle of 66.43º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #555E0A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 94 | 10 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.63 |
| HSL | 66.43º | 0.81% | 0.2% | - |
| HSV(B) | 66.43º | 0.89% | 0.37% | - |
| XYZ | 7.8 | 9.96 | 1.8 | - |
| YUV | 81.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 10 | 0.10 | 0 | 0.89 | 0.63 | 66.43 | 0.81 | 0.2 |
| Hex | 55 | 5E | A | A | 0 | 59 | 3F | 42 | 51 | 14 |
| Octal | 125 | 136 | 12 | 12 | 0 | 131 | 77 | 102 | 121 | 24 |
| Binary | 1010101 | 1011110 | 1010 | 1010 | 0 | 1011001 | 111111 | 1000010 | 1010001 | 10100 |
Color Harmonies of #555E0A
Complementary color
Monochromatic Colors of #555E0A
Black with #555E0A
Text Example
Text Example
White with #555E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E0A; }
p { color: rgb(85,94,10); }
H1.HeaderClassName
{
color: #555E0A;
}
.AnyTagClassName
{
color: #555E0A;
}
</style>
background-color css
<style>
a { background-color: #555E0A; }
a { background-color: rgb(85,94,10); }
div.DivClassName
{
background-color: #555E0A;
}
.BgClassName
{
background-color: #555E0A;
}
</style>
border-color css
<style>
span { border-color: #555E0A; }
span { border-color: rgb(85,94,10); }
td.TdClassName
{
border-color: #555E0A;
}
.TagClassName
{
border-color: #555E0A;
}
</style>