Shades of Dark Olive Green #53682F
Tints of Dark Olive Green #53682F
RGB
CMYK
RGB Variations
Color information
#53682F (or 0x53682F) is known color: Dark Olive Green. HEX triplet: 53, 68 and 2F. RGB value is (83,104,47). Sum of RGB (Red+Green+Blue) = 83+104+47=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #53682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53682F is #AC97D0. Grayscale: #5B5B5B. Windows color (decimal): -11311057 or 3106899. OLE color: 3106899.
HSL color Cylindrical-coordinate representation of color #53682F: hue angle of 82.11º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53682F is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 47 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.59 |
| HSL | 82.11º | 0.38% | 0.3% | - |
| HSV(B) | 82.11º | 0.55% | 0.41% | - |
| XYZ | 9.03 | 11.94 | 4.52 | - |
| YUV | 91.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 47 | 0.20 | 0 | 0.55 | 0.59 | 82.11 | 0.38 | 0.3 |
| Hex | 53 | 68 | 2F | 14 | 0 | 37 | 3B | 52 | 26 | 1E |
| Octal | 123 | 150 | 57 | 24 | 0 | 67 | 73 | 122 | 46 | 36 |
| Binary | 1010011 | 1101000 | 101111 | 10100 | 0 | 110111 | 111011 | 1010010 | 100110 | 11110 |
Color Harmonies of #53682F
Complementary color
Monochromatic Colors of #53682F
Black with #53682F
Text Example
Text Example
White with #53682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53682F; }
p { color: rgb(83,104,47); }
H1.HeaderClassName
{
color: #53682F;
}
.AnyTagClassName
{
color: #53682F;
}
</style>
background-color css
<style>
a { background-color: #53682F; }
a { background-color: rgb(83,104,47); }
div.DivClassName
{
background-color: #53682F;
}
.BgClassName
{
background-color: #53682F;
}
</style>
border-color css
<style>
span { border-color: #53682F; }
span { border-color: rgb(83,104,47); }
td.TdClassName
{
border-color: #53682F;
}
.TagClassName
{
border-color: #53682F;
}
</style>