Shades of Dark Olive Green #55642F
Tints of Dark Olive Green #55642F
RGB
CMYK
RGB Variations
Color information
#55642F (or 0x55642F) is known color: Dark Olive Green. HEX triplet: 55, 64 and 2F. RGB value is (85,100,47). Sum of RGB (Red+Green+Blue) = 85+100+47=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #55642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55642F is #AA9BD0. Grayscale: #595959. Windows color (decimal): -11181009 or 3105877. OLE color: 3105877.
HSL color Cylindrical-coordinate representation of color #55642F: hue angle of 76.98º 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 #55642F is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 47 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.61 |
| HSL | 76.98º | 0.36% | 0.29% | - |
| HSV(B) | 76.98º | 0.53% | 0.39% | - |
| XYZ | 8.82 | 11.25 | 4.4 | - |
| YUV | 89.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 47 | 0.15 | 0 | 0.53 | 0.61 | 76.98 | 0.36 | 0.29 |
| Hex | 55 | 64 | 2F | F | 0 | 35 | 3D | 4D | 24 | 1D |
| Octal | 125 | 144 | 57 | 17 | 0 | 65 | 75 | 115 | 44 | 35 |
| Binary | 1010101 | 1100100 | 101111 | 1111 | 0 | 110101 | 111101 | 1001101 | 100100 | 11101 |
Color Harmonies of #55642F
Complementary color
Monochromatic Colors of #55642F
Black with #55642F
Text Example
Text Example
White with #55642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55642F; }
p { color: rgb(85,100,47); }
H1.HeaderClassName
{
color: #55642F;
}
.AnyTagClassName
{
color: #55642F;
}
</style>
background-color css
<style>
a { background-color: #55642F; }
a { background-color: rgb(85,100,47); }
div.DivClassName
{
background-color: #55642F;
}
.BgClassName
{
background-color: #55642F;
}
</style>
border-color css
<style>
span { border-color: #55642F; }
span { border-color: rgb(85,100,47); }
td.TdClassName
{
border-color: #55642F;
}
.TagClassName
{
border-color: #55642F;
}
</style>