Shades of Verdun Green #55670A
Tints of Verdun Green #55670A
RGB
CMYK
RGB Variations
Color information
#55670A (or 0x55670A) is known color: Verdun Green. HEX triplet: 55, 67 and 0A. RGB value is (85,103,10). Sum of RGB (Red+Green+Blue) = 85+103+10=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #55670A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55670A is #AA98F5. Grayscale: #575757. Windows color (decimal): -11180278 or 681813. OLE color: 681813.
HSL color Cylindrical-coordinate representation of color #55670A: hue angle of 71.61º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55670A is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 10 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.60 |
| HSL | 71.61º | 0.82% | 0.22% | - |
| HSV(B) | 71.61º | 0.9% | 0.4% | - |
| XYZ | 8.65 | 11.65 | 2.08 | - |
| YUV | 87.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 10 | 0.17 | 0 | 0.90 | 0.60 | 71.61 | 0.82 | 0.22 |
| Hex | 55 | 67 | A | 11 | 0 | 5A | 3C | 48 | 52 | 16 |
| Octal | 125 | 147 | 12 | 21 | 0 | 132 | 74 | 110 | 122 | 26 |
| Binary | 1010101 | 1100111 | 1010 | 10001 | 0 | 1011010 | 111100 | 1001000 | 1010010 | 10110 |
Color Harmonies of #55670A
Complementary color
Monochromatic Colors of #55670A
Black with #55670A
Text Example
Text Example
White with #55670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55670A; }
p { color: rgb(85,103,10); }
H1.HeaderClassName
{
color: #55670A;
}
.AnyTagClassName
{
color: #55670A;
}
</style>
background-color css
<style>
a { background-color: #55670A; }
a { background-color: rgb(85,103,10); }
div.DivClassName
{
background-color: #55670A;
}
.BgClassName
{
background-color: #55670A;
}
</style>
border-color css
<style>
span { border-color: #55670A; }
span { border-color: rgb(85,103,10); }
td.TdClassName
{
border-color: #55670A;
}
.TagClassName
{
border-color: #55670A;
}
</style>