Shades of Verdun Green #555508
Tints of Verdun Green #555508
RGB
CMYK
RGB Variations
Color information
#555508 (or 0x555508) is known color: Verdun Green. HEX triplet: 55, 55 and 08. RGB value is (85,85,8). Sum of RGB (Red+Green+Blue) = 85+85+8=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555508 is #AAAAF7. Grayscale: #4C4C4C. Windows color (decimal): -11184888 or 546133. OLE color: 546133.
HSL color Cylindrical-coordinate representation of color #555508: hue angle of 60º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #555508 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 8 | - |
| CMYK | 0 | 0 | 0.91 | 0.67 |
| HSL | 60º | 0.83% | 0.18% | - |
| HSV(B) | 60º | 0.91% | 0.33% | - |
| XYZ | 7.04 | 8.45 | 1.49 | - |
| YUV | 76.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 8 | 0 | 0 | 0.91 | 0.67 | 60 | 0.83 | 0.18 |
| Hex | 55 | 55 | 8 | 0 | 0 | 5B | 43 | 3C | 53 | 12 |
| Octal | 125 | 125 | 10 | 0 | 0 | 133 | 103 | 74 | 123 | 22 |
| Binary | 1010101 | 1010101 | 1000 | 0 | 0 | 1011011 | 1000011 | 111100 | 1010011 | 10010 |
Color Harmonies of #555508
Complementary color
Monochromatic Colors of #555508
Black with #555508
Text Example
Text Example
White with #555508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555508; }
p { color: rgb(85,85,8); }
H1.HeaderClassName
{
color: #555508;
}
.AnyTagClassName
{
color: #555508;
}
</style>
background-color css
<style>
a { background-color: #555508; }
a { background-color: rgb(85,85,8); }
div.DivClassName
{
background-color: #555508;
}
.BgClassName
{
background-color: #555508;
}
</style>
border-color css
<style>
span { border-color: #555508; }
span { border-color: rgb(85,85,8); }
td.TdClassName
{
border-color: #555508;
}
.TagClassName
{
border-color: #555508;
}
</style>