Shades of Dark Olive Green #53632A
Tints of Dark Olive Green #53632A
RGB
CMYK
RGB Variations
Color information
#53632A (or 0x53632A) is known color: Dark Olive Green. HEX triplet: 53, 63 and 2A. RGB value is (83,99,42). Sum of RGB (Red+Green+Blue) = 83+99+42=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #53632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53632A is #AC9CD5. Grayscale: #575757. Windows color (decimal): -11312342 or 2777939. OLE color: 2777939.
HSL color Cylindrical-coordinate representation of color #53632A: hue angle of 76.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53632A is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 42 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.61 |
| HSL | 76.84º | 0.4% | 0.28% | - |
| HSV(B) | 76.84º | 0.58% | 0.39% | - |
| XYZ | 8.45 | 10.93 | 3.85 | - |
| YUV | 87.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 42 | 0.16 | 0 | 0.58 | 0.61 | 76.84 | 0.4 | 0.28 |
| Hex | 53 | 63 | 2A | 10 | 0 | 3A | 3D | 4D | 28 | 1C |
| Octal | 123 | 143 | 52 | 20 | 0 | 72 | 75 | 115 | 50 | 34 |
| Binary | 1010011 | 1100011 | 101010 | 10000 | 0 | 111010 | 111101 | 1001101 | 101000 | 11100 |
Color Harmonies of #53632A
Complementary color
Monochromatic Colors of #53632A
Black with #53632A
Text Example
Text Example
White with #53632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53632A; }
p { color: rgb(83,99,42); }
H1.HeaderClassName
{
color: #53632A;
}
.AnyTagClassName
{
color: #53632A;
}
</style>
background-color css
<style>
a { background-color: #53632A; }
a { background-color: rgb(83,99,42); }
div.DivClassName
{
background-color: #53632A;
}
.BgClassName
{
background-color: #53632A;
}
</style>
border-color css
<style>
span { border-color: #53632A; }
span { border-color: rgb(83,99,42); }
td.TdClassName
{
border-color: #53632A;
}
.TagClassName
{
border-color: #53632A;
}
</style>