Shades of Dark Olive Green #53682D
Tints of Dark Olive Green #53682D
RGB
CMYK
RGB Variations
Color information
#53682D (or 0x53682D) is known color: Dark Olive Green. HEX triplet: 53, 68 and 2D. RGB value is (83,104,45). Sum of RGB (Red+Green+Blue) = 83+104+45=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #53682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53682D is #AC97D2. Grayscale: #5B5B5B. Windows color (decimal): -11311059 or 2975827. OLE color: 2975827.
HSL color Cylindrical-coordinate representation of color #53682D: hue angle of 81.36º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53682D is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 45 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.59 |
| HSL | 81.36º | 0.4% | 0.29% | - |
| HSV(B) | 81.36º | 0.57% | 0.41% | - |
| XYZ | 8.99 | 11.93 | 4.31 | - |
| YUV | 91 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 45 | 0.20 | 0 | 0.57 | 0.59 | 81.36 | 0.4 | 0.29 |
| Hex | 53 | 68 | 2D | 14 | 0 | 39 | 3B | 51 | 28 | 1D |
| Octal | 123 | 150 | 55 | 24 | 0 | 71 | 73 | 121 | 50 | 35 |
| Binary | 1010011 | 1101000 | 101101 | 10100 | 0 | 111001 | 111011 | 1010001 | 101000 | 11101 |
Color Harmonies of #53682D
Complementary color
Monochromatic Colors of #53682D
Black with #53682D
Text Example
Text Example
White with #53682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53682D; }
p { color: rgb(83,104,45); }
H1.HeaderClassName
{
color: #53682D;
}
.AnyTagClassName
{
color: #53682D;
}
</style>
background-color css
<style>
a { background-color: #53682D; }
a { background-color: rgb(83,104,45); }
div.DivClassName
{
background-color: #53682D;
}
.BgClassName
{
background-color: #53682D;
}
</style>
border-color css
<style>
span { border-color: #53682D; }
span { border-color: rgb(83,104,45); }
td.TdClassName
{
border-color: #53682D;
}
.TagClassName
{
border-color: #53682D;
}
</style>