Shades of Verdun Green #55650A
Tints of Verdun Green #55650A
RGB
CMYK
RGB Variations
Color information
#55650A (or 0x55650A) is known color: Verdun Green. HEX triplet: 55, 65 and 0A. RGB value is (85,101,10). Sum of RGB (Red+Green+Blue) = 85+101+10=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #55650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55650A is #AA9AF5. Grayscale: #565656. Windows color (decimal): -11180790 or 681301. OLE color: 681301.
HSL color Cylindrical-coordinate representation of color #55650A: hue angle of 70.55º 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 #55650A is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 10 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.60 |
| HSL | 70.55º | 0.82% | 0.22% | - |
| HSV(B) | 70.55º | 0.9% | 0.4% | - |
| XYZ | 8.45 | 11.26 | 2.02 | - |
| YUV | 85.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 10 | 0.16 | 0 | 0.90 | 0.60 | 70.55 | 0.82 | 0.22 |
| Hex | 55 | 65 | A | 10 | 0 | 5A | 3C | 47 | 52 | 16 |
| Octal | 125 | 145 | 12 | 20 | 0 | 132 | 74 | 107 | 122 | 26 |
| Binary | 1010101 | 1100101 | 1010 | 10000 | 0 | 1011010 | 111100 | 1000111 | 1010010 | 10110 |
Color Harmonies of #55650A
Complementary color
Monochromatic Colors of #55650A
Black with #55650A
Text Example
Text Example
White with #55650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55650A; }
p { color: rgb(85,101,10); }
H1.HeaderClassName
{
color: #55650A;
}
.AnyTagClassName
{
color: #55650A;
}
</style>
background-color css
<style>
a { background-color: #55650A; }
a { background-color: rgb(85,101,10); }
div.DivClassName
{
background-color: #55650A;
}
.BgClassName
{
background-color: #55650A;
}
</style>
border-color css
<style>
span { border-color: #55650A; }
span { border-color: rgb(85,101,10); }
td.TdClassName
{
border-color: #55650A;
}
.TagClassName
{
border-color: #55650A;
}
</style>