Shades of Verdun Green #55540A
Tints of Verdun Green #55540A
RGB
CMYK
RGB Variations
Color information
#55540A (or 0x55540A) is known color: Verdun Green. HEX triplet: 55, 54 and 0A. RGB value is (85,84,10). Sum of RGB (Red+Green+Blue) = 85+84+10=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55540A is #AAABF5. Grayscale: #4C4C4C. Windows color (decimal): -11185142 or 676949. OLE color: 676949.
HSL color Cylindrical-coordinate representation of color #55540A: hue angle of 59.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55540A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 10 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.67 |
| HSL | 59.2º | 0.79% | 0.19% | - |
| HSV(B) | 59.2º | 0.88% | 0.33% | - |
| XYZ | 6.97 | 8.29 | 1.52 | - |
| YUV | 75.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 10 | 0 | 0.01 | 0.88 | 0.67 | 59.2 | 0.79 | 0.19 |
| Hex | 55 | 54 | A | 0 | 1 | 58 | 43 | 3B | 4F | 13 |
| Octal | 125 | 124 | 12 | 0 | 1 | 130 | 103 | 73 | 117 | 23 |
| Binary | 1010101 | 1010100 | 1010 | 0 | 1 | 1011000 | 1000011 | 111011 | 1001111 | 10011 |
Color Harmonies of #55540A
Complementary color
Monochromatic Colors of #55540A
Black with #55540A
Text Example
Text Example
White with #55540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55540A; }
p { color: rgb(85,84,10); }
H1.HeaderClassName
{
color: #55540A;
}
.AnyTagClassName
{
color: #55540A;
}
</style>
background-color css
<style>
a { background-color: #55540A; }
a { background-color: rgb(85,84,10); }
div.DivClassName
{
background-color: #55540A;
}
.BgClassName
{
background-color: #55540A;
}
</style>
border-color css
<style>
span { border-color: #55540A; }
span { border-color: rgb(85,84,10); }
td.TdClassName
{
border-color: #55540A;
}
.TagClassName
{
border-color: #55540A;
}
</style>