Shades of Dark Olive Green #55632F
Tints of Dark Olive Green #55632F
RGB
CMYK
RGB Variations
Color information
#55632F (or 0x55632F) is known color: Dark Olive Green. HEX triplet: 55, 63 and 2F. RGB value is (85,99,47). Sum of RGB (Red+Green+Blue) = 85+99+47=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #55632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55632F is #AA9CD0. Grayscale: #595959. Windows color (decimal): -11181265 or 3105621. OLE color: 3105621.
HSL color Cylindrical-coordinate representation of color #55632F: hue angle of 76.15º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55632F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 47 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.61 |
| HSL | 76.15º | 0.36% | 0.29% | - |
| HSV(B) | 76.15º | 0.53% | 0.39% | - |
| XYZ | 8.72 | 11.06 | 4.36 | - |
| YUV | 88.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 47 | 0.14 | 0 | 0.53 | 0.61 | 76.15 | 0.36 | 0.29 |
| Hex | 55 | 63 | 2F | E | 0 | 35 | 3D | 4C | 24 | 1D |
| Octal | 125 | 143 | 57 | 16 | 0 | 65 | 75 | 114 | 44 | 35 |
| Binary | 1010101 | 1100011 | 101111 | 1110 | 0 | 110101 | 111101 | 1001100 | 100100 | 11101 |
Color Harmonies of #55632F
Complementary color
Monochromatic Colors of #55632F
Black with #55632F
Text Example
Text Example
White with #55632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55632F; }
p { color: rgb(85,99,47); }
H1.HeaderClassName
{
color: #55632F;
}
.AnyTagClassName
{
color: #55632F;
}
</style>
background-color css
<style>
a { background-color: #55632F; }
a { background-color: rgb(85,99,47); }
div.DivClassName
{
background-color: #55632F;
}
.BgClassName
{
background-color: #55632F;
}
</style>
border-color css
<style>
span { border-color: #55632F; }
span { border-color: rgb(85,99,47); }
td.TdClassName
{
border-color: #55632F;
}
.TagClassName
{
border-color: #55632F;
}
</style>