Shades of Dark Olive Green #55632C
Tints of Dark Olive Green #55632C
RGB
CMYK
RGB Variations
Color information
#55632C (or 0x55632C) is known color: Dark Olive Green. HEX triplet: 55, 63 and 2C. RGB value is (85,99,44). Sum of RGB (Red+Green+Blue) = 85+99+44=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #55632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55632C is #AA9CD3. Grayscale: #585858. Windows color (decimal): -11181268 or 2909013. OLE color: 2909013.
HSL color Cylindrical-coordinate representation of color #55632C: hue angle of 75.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55632C is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 44 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.61 |
| HSL | 75.27º | 0.38% | 0.28% | - |
| HSV(B) | 75.27º | 0.56% | 0.39% | - |
| XYZ | 8.66 | 11.04 | 4.06 | - |
| YUV | 88.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 44 | 0.14 | 0 | 0.56 | 0.61 | 75.27 | 0.38 | 0.28 |
| Hex | 55 | 63 | 2C | E | 0 | 38 | 3D | 4B | 26 | 1C |
| Octal | 125 | 143 | 54 | 16 | 0 | 70 | 75 | 113 | 46 | 34 |
| Binary | 1010101 | 1100011 | 101100 | 1110 | 0 | 111000 | 111101 | 1001011 | 100110 | 11100 |
Color Harmonies of #55632C
Complementary color
Monochromatic Colors of #55632C
Black with #55632C
Text Example
Text Example
White with #55632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55632C; }
p { color: rgb(85,99,44); }
H1.HeaderClassName
{
color: #55632C;
}
.AnyTagClassName
{
color: #55632C;
}
</style>
background-color css
<style>
a { background-color: #55632C; }
a { background-color: rgb(85,99,44); }
div.DivClassName
{
background-color: #55632C;
}
.BgClassName
{
background-color: #55632C;
}
</style>
border-color css
<style>
span { border-color: #55632C; }
span { border-color: rgb(85,99,44); }
td.TdClassName
{
border-color: #55632C;
}
.TagClassName
{
border-color: #55632C;
}
</style>