Shades of Dark Olive Green #53662E
Tints of Dark Olive Green #53662E
RGB
CMYK
RGB Variations
Color information
#53662E (or 0x53662E) is known color: Dark Olive Green. HEX triplet: 53, 66 and 2E. RGB value is (83,102,46). Sum of RGB (Red+Green+Blue) = 83+102+46=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #53662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53662E is #AC99D1. Grayscale: #5A5A5A. Windows color (decimal): -11311570 or 3040851. OLE color: 3040851.
HSL color Cylindrical-coordinate representation of color #53662E: hue angle of 80.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53662E is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 46 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.6 |
| HSL | 80.36º | 0.38% | 0.29% | - |
| HSV(B) | 80.36º | 0.55% | 0.4% | - |
| XYZ | 8.81 | 11.54 | 4.35 | - |
| YUV | 89.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 46 | 0.19 | 0 | 0.55 | 0.6 | 80.36 | 0.38 | 0.29 |
| Hex | 53 | 66 | 2E | 13 | 0 | 37 | 3C | 50 | 26 | 1D |
| Octal | 123 | 146 | 56 | 23 | 0 | 67 | 74 | 120 | 46 | 35 |
| Binary | 1010011 | 1100110 | 101110 | 10011 | 0 | 110111 | 111100 | 1010000 | 100110 | 11101 |
Color Harmonies of #53662E
Complementary color
Monochromatic Colors of #53662E
Black with #53662E
Text Example
Text Example
White with #53662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53662E; }
p { color: rgb(83,102,46); }
H1.HeaderClassName
{
color: #53662E;
}
.AnyTagClassName
{
color: #53662E;
}
</style>
background-color css
<style>
a { background-color: #53662E; }
a { background-color: rgb(83,102,46); }
div.DivClassName
{
background-color: #53662E;
}
.BgClassName
{
background-color: #53662E;
}
</style>
border-color css
<style>
span { border-color: #53662E; }
span { border-color: rgb(83,102,46); }
td.TdClassName
{
border-color: #53662E;
}
.TagClassName
{
border-color: #53662E;
}
</style>