Shades of Dark Olive Green #53612D
Tints of Dark Olive Green #53612D
RGB
CMYK
RGB Variations
Color information
#53612D (or 0x53612D) is known color: Dark Olive Green. HEX triplet: 53, 61 and 2D. RGB value is (83,97,45). Sum of RGB (Red+Green+Blue) = 83+97+45=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #53612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53612D is #AC9ED2. Grayscale: #575757. Windows color (decimal): -11312851 or 2974035. OLE color: 2974035.
HSL color Cylindrical-coordinate representation of color #53612D: hue angle of 76.15º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53612D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 45 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.62 |
| HSL | 76.15º | 0.37% | 0.28% | - |
| HSV(B) | 76.15º | 0.54% | 0.38% | - |
| XYZ | 8.32 | 10.58 | 4.09 | - |
| YUV | 86.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 45 | 0.14 | 0 | 0.54 | 0.62 | 76.15 | 0.37 | 0.28 |
| Hex | 53 | 61 | 2D | E | 0 | 36 | 3E | 4C | 25 | 1C |
| Octal | 123 | 141 | 55 | 16 | 0 | 66 | 76 | 114 | 45 | 34 |
| Binary | 1010011 | 1100001 | 101101 | 1110 | 0 | 110110 | 111110 | 1001100 | 100101 | 11100 |
Color Harmonies of #53612D
Complementary color
Monochromatic Colors of #53612D
Black with #53612D
Text Example
Text Example
White with #53612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53612D; }
p { color: rgb(83,97,45); }
H1.HeaderClassName
{
color: #53612D;
}
.AnyTagClassName
{
color: #53612D;
}
</style>
background-color css
<style>
a { background-color: #53612D; }
a { background-color: rgb(83,97,45); }
div.DivClassName
{
background-color: #53612D;
}
.BgClassName
{
background-color: #53612D;
}
</style>
border-color css
<style>
span { border-color: #53612D; }
span { border-color: rgb(83,97,45); }
td.TdClassName
{
border-color: #53612D;
}
.TagClassName
{
border-color: #53612D;
}
</style>