Shades of Verdun Green #555E11
Tints of Verdun Green #555E11
RGB
CMYK
RGB Variations
Color information
#555E11 (or 0x555E11) is known color: Verdun Green. HEX triplet: 55, 5E and 11. RGB value is (85,94,17). Sum of RGB (Red+Green+Blue) = 85+94+17=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #555E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555E11 is #AAA1EE. Grayscale: #525252. Windows color (decimal): -11182575 or 1138261. OLE color: 1138261.
HSL color Cylindrical-coordinate representation of color #555E11: hue angle of 67.01º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #555E11 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 94 | 17 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.63 |
| HSL | 67.01º | 0.69% | 0.22% | - |
| HSV(B) | 67.01º | 0.82% | 0.37% | - |
| XYZ | 7.85 | 9.98 | 2.04 | - |
| YUV | 82.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 17 | 0.10 | 0 | 0.82 | 0.63 | 67.01 | 0.69 | 0.22 |
| Hex | 55 | 5E | 11 | A | 0 | 52 | 3F | 43 | 45 | 16 |
| Octal | 125 | 136 | 21 | 12 | 0 | 122 | 77 | 103 | 105 | 26 |
| Binary | 1010101 | 1011110 | 10001 | 1010 | 0 | 1010010 | 111111 | 1000011 | 1000101 | 10110 |
Color Harmonies of #555E11
Complementary color
Monochromatic Colors of #555E11
Black with #555E11
Text Example
Text Example
White with #555E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E11; }
p { color: rgb(85,94,17); }
H1.HeaderClassName
{
color: #555E11;
}
.AnyTagClassName
{
color: #555E11;
}
</style>
background-color css
<style>
a { background-color: #555E11; }
a { background-color: rgb(85,94,17); }
div.DivClassName
{
background-color: #555E11;
}
.BgClassName
{
background-color: #555E11;
}
</style>
border-color css
<style>
span { border-color: #555E11; }
span { border-color: rgb(85,94,17); }
td.TdClassName
{
border-color: #555E11;
}
.TagClassName
{
border-color: #555E11;
}
</style>