Shades of Dark Olive Green #55633B
Tints of Dark Olive Green #55633B
RGB
CMYK
RGB Variations
Color information
#55633B (or 0x55633B) is known color: Dark Olive Green. HEX triplet: 55, 63 and 3B. RGB value is (85,99,59). Sum of RGB (Red+Green+Blue) = 85+99+59=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #55633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55633B is #AA9CC4. Grayscale: #5A5A5A. Windows color (decimal): -11181253 or 3892053. OLE color: 3892053.
HSL color Cylindrical-coordinate representation of color #55633B: hue angle of 81º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55633B is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 59 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.61 |
| HSL | 81º | 0.25% | 0.31% | - |
| HSV(B) | 81º | 0.4% | 0.39% | - |
| XYZ | 9 | 11.17 | 5.82 | - |
| YUV | 90.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 59 | 0.14 | 0 | 0.40 | 0.61 | 81 | 0.25 | 0.31 |
| Hex | 55 | 63 | 3B | E | 0 | 28 | 3D | 51 | 19 | 1F |
| Octal | 125 | 143 | 73 | 16 | 0 | 50 | 75 | 121 | 31 | 37 |
| Binary | 1010101 | 1100011 | 111011 | 1110 | 0 | 101000 | 111101 | 1010001 | 11001 | 11111 |
Color Harmonies of #55633B
Complementary color
Monochromatic Colors of #55633B
Black with #55633B
Text Example
Text Example
White with #55633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55633B; }
p { color: rgb(85,99,59); }
H1.HeaderClassName
{
color: #55633B;
}
.AnyTagClassName
{
color: #55633B;
}
</style>
background-color css
<style>
a { background-color: #55633B; }
a { background-color: rgb(85,99,59); }
div.DivClassName
{
background-color: #55633B;
}
.BgClassName
{
background-color: #55633B;
}
</style>
border-color css
<style>
span { border-color: #55633B; }
span { border-color: rgb(85,99,59); }
td.TdClassName
{
border-color: #55633B;
}
.TagClassName
{
border-color: #55633B;
}
</style>