Shades of Dark Olive Green #55642D
Tints of Dark Olive Green #55642D
RGB
CMYK
RGB Variations
Color information
#55642D (or 0x55642D) is known color: Dark Olive Green. HEX triplet: 55, 64 and 2D. RGB value is (85,100,45). Sum of RGB (Red+Green+Blue) = 85+100+45=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #55642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55642D is #AA9BD2. Grayscale: #595959. Windows color (decimal): -11181011 or 2974805. OLE color: 2974805.
HSL color Cylindrical-coordinate representation of color #55642D: hue angle of 76.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55642D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 45 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.61 |
| HSL | 76.36º | 0.38% | 0.28% | - |
| HSV(B) | 76.36º | 0.55% | 0.39% | - |
| XYZ | 8.78 | 11.24 | 4.19 | - |
| YUV | 89.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 45 | 0.15 | 0 | 0.55 | 0.61 | 76.36 | 0.38 | 0.28 |
| Hex | 55 | 64 | 2D | F | 0 | 37 | 3D | 4C | 26 | 1C |
| Octal | 125 | 144 | 55 | 17 | 0 | 67 | 75 | 114 | 46 | 34 |
| Binary | 1010101 | 1100100 | 101101 | 1111 | 0 | 110111 | 111101 | 1001100 | 100110 | 11100 |
Color Harmonies of #55642D
Complementary color
Monochromatic Colors of #55642D
Black with #55642D
Text Example
Text Example
White with #55642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55642D; }
p { color: rgb(85,100,45); }
H1.HeaderClassName
{
color: #55642D;
}
.AnyTagClassName
{
color: #55642D;
}
</style>
background-color css
<style>
a { background-color: #55642D; }
a { background-color: rgb(85,100,45); }
div.DivClassName
{
background-color: #55642D;
}
.BgClassName
{
background-color: #55642D;
}
</style>
border-color css
<style>
span { border-color: #55642D; }
span { border-color: rgb(85,100,45); }
td.TdClassName
{
border-color: #55642D;
}
.TagClassName
{
border-color: #55642D;
}
</style>