Shades of Verdun Green #555C11
Tints of Verdun Green #555C11
RGB
CMYK
RGB Variations
Color information
#555C11 (or 0x555C11) is known color: Verdun Green. HEX triplet: 55, 5C and 11. RGB value is (85,92,17). Sum of RGB (Red+Green+Blue) = 85+92+17=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #555C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555C11 is #AAA3EE. Grayscale: #515151. Windows color (decimal): -11183087 or 1137749. OLE color: 1137749.
HSL color Cylindrical-coordinate representation of color #555C11: hue angle of 65.6º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #555C11 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 17 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.64 |
| HSL | 65.6º | 0.69% | 0.21% | - |
| HSV(B) | 65.6º | 0.82% | 0.36% | - |
| XYZ | 7.67 | 9.63 | 1.98 | - |
| YUV | 81.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 17 | 0.08 | 0 | 0.82 | 0.64 | 65.6 | 0.69 | 0.21 |
| Hex | 55 | 5C | 11 | 8 | 0 | 52 | 40 | 42 | 45 | 15 |
| Octal | 125 | 134 | 21 | 10 | 0 | 122 | 100 | 102 | 105 | 25 |
| Binary | 1010101 | 1011100 | 10001 | 1000 | 0 | 1010010 | 1000000 | 1000010 | 1000101 | 10101 |
Color Harmonies of #555C11
Complementary color
Monochromatic Colors of #555C11
Black with #555C11
Text Example
Text Example
White with #555C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C11; }
p { color: rgb(85,92,17); }
H1.HeaderClassName
{
color: #555C11;
}
.AnyTagClassName
{
color: #555C11;
}
</style>
background-color css
<style>
a { background-color: #555C11; }
a { background-color: rgb(85,92,17); }
div.DivClassName
{
background-color: #555C11;
}
.BgClassName
{
background-color: #555C11;
}
</style>
border-color css
<style>
span { border-color: #555C11; }
span { border-color: rgb(85,92,17); }
td.TdClassName
{
border-color: #555C11;
}
.TagClassName
{
border-color: #555C11;
}
</style>