Shades of Dark Olive Green #53682C
Tints of Dark Olive Green #53682C
RGB
CMYK
RGB Variations
Color information
#53682C (or 0x53682C) is known color: Dark Olive Green. HEX triplet: 53, 68 and 2C. RGB value is (83,104,44). Sum of RGB (Red+Green+Blue) = 83+104+44=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #53682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53682C is #AC97D3. Grayscale: #5B5B5B. Windows color (decimal): -11311060 or 2910291. OLE color: 2910291.
HSL color Cylindrical-coordinate representation of color #53682C: hue angle of 81º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53682C is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 44 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.59 |
| HSL | 81º | 0.41% | 0.29% | - |
| HSV(B) | 81º | 0.58% | 0.41% | - |
| XYZ | 8.97 | 11.92 | 4.21 | - |
| YUV | 90.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 44 | 0.20 | 0 | 0.58 | 0.59 | 81 | 0.41 | 0.29 |
| Hex | 53 | 68 | 2C | 14 | 0 | 3A | 3B | 51 | 29 | 1D |
| Octal | 123 | 150 | 54 | 24 | 0 | 72 | 73 | 121 | 51 | 35 |
| Binary | 1010011 | 1101000 | 101100 | 10100 | 0 | 111010 | 111011 | 1010001 | 101001 | 11101 |
Color Harmonies of #53682C
Complementary color
Monochromatic Colors of #53682C
Black with #53682C
Text Example
Text Example
White with #53682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53682C; }
p { color: rgb(83,104,44); }
H1.HeaderClassName
{
color: #53682C;
}
.AnyTagClassName
{
color: #53682C;
}
</style>
background-color css
<style>
a { background-color: #53682C; }
a { background-color: rgb(83,104,44); }
div.DivClassName
{
background-color: #53682C;
}
.BgClassName
{
background-color: #53682C;
}
</style>
border-color css
<style>
span { border-color: #53682C; }
span { border-color: rgb(83,104,44); }
td.TdClassName
{
border-color: #53682C;
}
.TagClassName
{
border-color: #53682C;
}
</style>