Shades of Verdun Green #55620A
Tints of Verdun Green #55620A
RGB
CMYK
RGB Variations
Color information
#55620A (or 0x55620A) is known color: Verdun Green. HEX triplet: 55, 62 and 0A. RGB value is (85,98,10). Sum of RGB (Red+Green+Blue) = 85+98+10=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #55620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55620A is #AA9DF5. Grayscale: #545454. Windows color (decimal): -11181558 or 680533. OLE color: 680533.
HSL color Cylindrical-coordinate representation of color #55620A: hue angle of 68.86º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55620A is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 10 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.62 |
| HSL | 68.86º | 0.81% | 0.21% | - |
| HSV(B) | 68.86º | 0.9% | 0.38% | - |
| XYZ | 8.17 | 10.69 | 1.92 | - |
| YUV | 84.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 10 | 0.13 | 0 | 0.90 | 0.62 | 68.86 | 0.81 | 0.21 |
| Hex | 55 | 62 | A | D | 0 | 5A | 3E | 45 | 51 | 15 |
| Octal | 125 | 142 | 12 | 15 | 0 | 132 | 76 | 105 | 121 | 25 |
| Binary | 1010101 | 1100010 | 1010 | 1101 | 0 | 1011010 | 111110 | 1000101 | 1010001 | 10101 |
Color Harmonies of #55620A
Complementary color
Monochromatic Colors of #55620A
Black with #55620A
Text Example
Text Example
White with #55620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55620A; }
p { color: rgb(85,98,10); }
H1.HeaderClassName
{
color: #55620A;
}
.AnyTagClassName
{
color: #55620A;
}
</style>
background-color css
<style>
a { background-color: #55620A; }
a { background-color: rgb(85,98,10); }
div.DivClassName
{
background-color: #55620A;
}
.BgClassName
{
background-color: #55620A;
}
</style>
border-color css
<style>
span { border-color: #55620A; }
span { border-color: rgb(85,98,10); }
td.TdClassName
{
border-color: #55620A;
}
.TagClassName
{
border-color: #55620A;
}
</style>