Shades of Verdun Green #555808
Tints of Verdun Green #555808
RGB
CMYK
RGB Variations
Color information
#555808 (or 0x555808) is known color: Verdun Green. HEX triplet: 55, 58 and 08. RGB value is (85,88,8). Sum of RGB (Red+Green+Blue) = 85+88+8=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #555808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555808 is #AAA7F7. Grayscale: #4E4E4E. Windows color (decimal): -11184120 or 546901. OLE color: 546901.
HSL color Cylindrical-coordinate representation of color #555808: hue angle of 62.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #555808 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 8 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.65 |
| HSL | 62.25º | 0.83% | 0.19% | - |
| HSV(B) | 62.25º | 0.91% | 0.35% | - |
| XYZ | 7.28 | 8.93 | 1.57 | - |
| YUV | 77.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 8 | 0.03 | 0 | 0.91 | 0.65 | 62.25 | 0.83 | 0.19 |
| Hex | 55 | 58 | 8 | 3 | 0 | 5B | 41 | 3E | 53 | 13 |
| Octal | 125 | 130 | 10 | 3 | 0 | 133 | 101 | 76 | 123 | 23 |
| Binary | 1010101 | 1011000 | 1000 | 11 | 0 | 1011011 | 1000001 | 111110 | 1010011 | 10011 |
Color Harmonies of #555808
Complementary color
Monochromatic Colors of #555808
Black with #555808
Text Example
Text Example
White with #555808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555808; }
p { color: rgb(85,88,8); }
H1.HeaderClassName
{
color: #555808;
}
.AnyTagClassName
{
color: #555808;
}
</style>
background-color css
<style>
a { background-color: #555808; }
a { background-color: rgb(85,88,8); }
div.DivClassName
{
background-color: #555808;
}
.BgClassName
{
background-color: #555808;
}
</style>
border-color css
<style>
span { border-color: #555808; }
span { border-color: rgb(85,88,8); }
td.TdClassName
{
border-color: #555808;
}
.TagClassName
{
border-color: #555808;
}
</style>