Shades of Dark Olive Green #53652E
Tints of Dark Olive Green #53652E
RGB
CMYK
RGB Variations
Color information
#53652E (or 0x53652E) is known color: Dark Olive Green. HEX triplet: 53, 65 and 2E. RGB value is (83,101,46). Sum of RGB (Red+Green+Blue) = 83+101+46=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #53652E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53652E is #AC9AD1. Grayscale: #595959. Windows color (decimal): -11311826 or 3040595. OLE color: 3040595.
HSL color Cylindrical-coordinate representation of color #53652E: hue angle of 79.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53652E is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 46 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.60 |
| HSL | 79.64º | 0.37% | 0.29% | - |
| HSV(B) | 79.64º | 0.54% | 0.4% | - |
| XYZ | 8.71 | 11.34 | 4.32 | - |
| YUV | 89.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 46 | 0.18 | 0 | 0.54 | 0.60 | 79.64 | 0.37 | 0.29 |
| Hex | 53 | 65 | 2E | 12 | 0 | 36 | 3C | 50 | 25 | 1D |
| Octal | 123 | 145 | 56 | 22 | 0 | 66 | 74 | 120 | 45 | 35 |
| Binary | 1010011 | 1100101 | 101110 | 10010 | 0 | 110110 | 111100 | 1010000 | 100101 | 11101 |
Color Harmonies of #53652E
Complementary color
Monochromatic Colors of #53652E
Black with #53652E
Text Example
Text Example
White with #53652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53652E; }
p { color: rgb(83,101,46); }
H1.HeaderClassName
{
color: #53652E;
}
.AnyTagClassName
{
color: #53652E;
}
</style>
background-color css
<style>
a { background-color: #53652E; }
a { background-color: rgb(83,101,46); }
div.DivClassName
{
background-color: #53652E;
}
.BgClassName
{
background-color: #53652E;
}
</style>
border-color css
<style>
span { border-color: #53652E; }
span { border-color: rgb(83,101,46); }
td.TdClassName
{
border-color: #53652E;
}
.TagClassName
{
border-color: #53652E;
}
</style>