Shades of Dark Olive Green #53662C
Tints of Dark Olive Green #53662C
RGB
CMYK
RGB Variations
Color information
#53662C (or 0x53662C) is known color: Dark Olive Green. HEX triplet: 53, 66 and 2C. RGB value is (83,102,44). Sum of RGB (Red+Green+Blue) = 83+102+44=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #53662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53662C is #AC99D3. Grayscale: #595959. Windows color (decimal): -11311572 or 2909779. OLE color: 2909779.
HSL color Cylindrical-coordinate representation of color #53662C: hue angle of 79.66º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53662C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 44 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.6 |
| HSL | 79.66º | 0.4% | 0.29% | - |
| HSV(B) | 79.66º | 0.57% | 0.4% | - |
| XYZ | 8.77 | 11.52 | 4.14 | - |
| YUV | 89.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 44 | 0.19 | 0 | 0.57 | 0.6 | 79.66 | 0.4 | 0.29 |
| Hex | 53 | 66 | 2C | 13 | 0 | 39 | 3C | 50 | 28 | 1D |
| Octal | 123 | 146 | 54 | 23 | 0 | 71 | 74 | 120 | 50 | 35 |
| Binary | 1010011 | 1100110 | 101100 | 10011 | 0 | 111001 | 111100 | 1010000 | 101000 | 11101 |
Color Harmonies of #53662C
Complementary color
Monochromatic Colors of #53662C
Black with #53662C
Text Example
Text Example
White with #53662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53662C; }
p { color: rgb(83,102,44); }
H1.HeaderClassName
{
color: #53662C;
}
.AnyTagClassName
{
color: #53662C;
}
</style>
background-color css
<style>
a { background-color: #53662C; }
a { background-color: rgb(83,102,44); }
div.DivClassName
{
background-color: #53662C;
}
.BgClassName
{
background-color: #53662C;
}
</style>
border-color css
<style>
span { border-color: #53662C; }
span { border-color: rgb(83,102,44); }
td.TdClassName
{
border-color: #53662C;
}
.TagClassName
{
border-color: #53662C;
}
</style>