Shades of Dark Olive Green #55643B
Tints of Dark Olive Green #55643B
RGB
CMYK
RGB Variations
Color information
#55643B (or 0x55643B) is known color: Dark Olive Green. HEX triplet: 55, 64 and 3B. RGB value is (85,100,59). Sum of RGB (Red+Green+Blue) = 85+100+59=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #55643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55643B is #AA9BC4. Grayscale: #5A5A5A. Windows color (decimal): -11180997 or 3892309. OLE color: 3892309.
HSL color Cylindrical-coordinate representation of color #55643B: hue angle of 81.95º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55643B is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 59 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.61 |
| HSL | 81.95º | 0.26% | 0.31% | - |
| HSV(B) | 81.95º | 0.41% | 0.39% | - |
| XYZ | 9.09 | 11.36 | 5.85 | - |
| YUV | 90.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 59 | 0.15 | 0 | 0.41 | 0.61 | 81.95 | 0.26 | 0.31 |
| Hex | 55 | 64 | 3B | F | 0 | 29 | 3D | 52 | 1A | 1F |
| Octal | 125 | 144 | 73 | 17 | 0 | 51 | 75 | 122 | 32 | 37 |
| Binary | 1010101 | 1100100 | 111011 | 1111 | 0 | 101001 | 111101 | 1010010 | 11010 | 11111 |
Color Harmonies of #55643B
Complementary color
Monochromatic Colors of #55643B
Black with #55643B
Text Example
Text Example
White with #55643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55643B; }
p { color: rgb(85,100,59); }
H1.HeaderClassName
{
color: #55643B;
}
.AnyTagClassName
{
color: #55643B;
}
</style>
background-color css
<style>
a { background-color: #55643B; }
a { background-color: rgb(85,100,59); }
div.DivClassName
{
background-color: #55643B;
}
.BgClassName
{
background-color: #55643B;
}
</style>
border-color css
<style>
span { border-color: #55643B; }
span { border-color: rgb(85,100,59); }
td.TdClassName
{
border-color: #55643B;
}
.TagClassName
{
border-color: #55643B;
}
</style>