Shades of Verdun Green #555109
Tints of Verdun Green #555109
RGB
CMYK
RGB Variations
Color information
#555109 (or 0x555109) is known color: Verdun Green. HEX triplet: 55, 51 and 09. RGB value is (85,81,9). Sum of RGB (Red+Green+Blue) = 85+81+9=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #555109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555109 is #AAAEF6. Grayscale: #4A4A4A. Windows color (decimal): -11185911 or 610645. OLE color: 610645.
HSL color Cylindrical-coordinate representation of color #555109: hue angle of 56.84º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #555109 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 9 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.67 |
| HSL | 56.84º | 0.81% | 0.18% | - |
| HSV(B) | 56.84º | 0.89% | 0.33% | - |
| XYZ | 6.74 | 7.84 | 1.42 | - |
| YUV | 73.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 9 | 0 | 0.05 | 0.89 | 0.67 | 56.84 | 0.81 | 0.18 |
| Hex | 55 | 51 | 9 | 0 | 5 | 59 | 43 | 39 | 51 | 12 |
| Octal | 125 | 121 | 11 | 0 | 5 | 131 | 103 | 71 | 121 | 22 |
| Binary | 1010101 | 1010001 | 1001 | 0 | 101 | 1011001 | 1000011 | 111001 | 1010001 | 10010 |
Color Harmonies of #555109
Complementary color
Monochromatic Colors of #555109
Black with #555109
Text Example
Text Example
White with #555109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555109; }
p { color: rgb(85,81,9); }
H1.HeaderClassName
{
color: #555109;
}
.AnyTagClassName
{
color: #555109;
}
</style>
background-color css
<style>
a { background-color: #555109; }
a { background-color: rgb(85,81,9); }
div.DivClassName
{
background-color: #555109;
}
.BgClassName
{
background-color: #555109;
}
</style>
border-color css
<style>
span { border-color: #555109; }
span { border-color: rgb(85,81,9); }
td.TdClassName
{
border-color: #555109;
}
.TagClassName
{
border-color: #555109;
}
</style>