Shades of Dark Olive Green #53612E
Tints of Dark Olive Green #53612E
RGB
CMYK
RGB Variations
Color information
#53612E (or 0x53612E) is known color: Dark Olive Green. HEX triplet: 53, 61 and 2E. RGB value is (83,97,46). Sum of RGB (Red+Green+Blue) = 83+97+46=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #53612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53612E is #AC9ED1. Grayscale: #575757. Windows color (decimal): -11312850 or 3039571. OLE color: 3039571.
HSL color Cylindrical-coordinate representation of color #53612E: hue angle of 76.47º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53612E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 46 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.62 |
| HSL | 76.47º | 0.36% | 0.28% | - |
| HSV(B) | 76.47º | 0.53% | 0.38% | - |
| XYZ | 8.34 | 10.59 | 4.19 | - |
| YUV | 87 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 46 | 0.14 | 0 | 0.53 | 0.62 | 76.47 | 0.36 | 0.28 |
| Hex | 53 | 61 | 2E | E | 0 | 35 | 3E | 4C | 24 | 1C |
| Octal | 123 | 141 | 56 | 16 | 0 | 65 | 76 | 114 | 44 | 34 |
| Binary | 1010011 | 1100001 | 101110 | 1110 | 0 | 110101 | 111110 | 1001100 | 100100 | 11100 |
Color Harmonies of #53612E
Complementary color
Monochromatic Colors of #53612E
Black with #53612E
Text Example
Text Example
White with #53612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53612E; }
p { color: rgb(83,97,46); }
H1.HeaderClassName
{
color: #53612E;
}
.AnyTagClassName
{
color: #53612E;
}
</style>
background-color css
<style>
a { background-color: #53612E; }
a { background-color: rgb(83,97,46); }
div.DivClassName
{
background-color: #53612E;
}
.BgClassName
{
background-color: #53612E;
}
</style>
border-color css
<style>
span { border-color: #53612E; }
span { border-color: rgb(83,97,46); }
td.TdClassName
{
border-color: #53612E;
}
.TagClassName
{
border-color: #53612E;
}
</style>