Shades of Dark Olive Green #55652F
Tints of Dark Olive Green #55652F
RGB
CMYK
RGB Variations
Color information
#55652F (or 0x55652F) is known color: Dark Olive Green. HEX triplet: 55, 65 and 2F. RGB value is (85,101,47). Sum of RGB (Red+Green+Blue) = 85+101+47=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #55652F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55652F is #AA9AD0. Grayscale: #5A5A5A. Windows color (decimal): -11180753 or 3106133. OLE color: 3106133.
HSL color Cylindrical-coordinate representation of color #55652F: hue angle of 77.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55652F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 47 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.60 |
| HSL | 77.78º | 0.36% | 0.29% | - |
| HSV(B) | 77.78º | 0.53% | 0.4% | - |
| XYZ | 8.91 | 11.44 | 4.43 | - |
| YUV | 90.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 47 | 0.16 | 0 | 0.53 | 0.60 | 77.78 | 0.36 | 0.29 |
| Hex | 55 | 65 | 2F | 10 | 0 | 35 | 3C | 4E | 24 | 1D |
| Octal | 125 | 145 | 57 | 20 | 0 | 65 | 74 | 116 | 44 | 35 |
| Binary | 1010101 | 1100101 | 101111 | 10000 | 0 | 110101 | 111100 | 1001110 | 100100 | 11101 |
Color Harmonies of #55652F
Complementary color
Monochromatic Colors of #55652F
Black with #55652F
Text Example
Text Example
White with #55652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55652F; }
p { color: rgb(85,101,47); }
H1.HeaderClassName
{
color: #55652F;
}
.AnyTagClassName
{
color: #55652F;
}
</style>
background-color css
<style>
a { background-color: #55652F; }
a { background-color: rgb(85,101,47); }
div.DivClassName
{
background-color: #55652F;
}
.BgClassName
{
background-color: #55652F;
}
</style>
border-color css
<style>
span { border-color: #55652F; }
span { border-color: rgb(85,101,47); }
td.TdClassName
{
border-color: #55652F;
}
.TagClassName
{
border-color: #55652F;
}
</style>