Shades of Dark Olive Green #53632D
Tints of Dark Olive Green #53632D
RGB
CMYK
RGB Variations
Color information
#53632D (or 0x53632D) is known color: Dark Olive Green. HEX triplet: 53, 63 and 2D. RGB value is (83,99,45). Sum of RGB (Red+Green+Blue) = 83+99+45=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #53632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53632D is #AC9CD2. Grayscale: #585858. Windows color (decimal): -11312339 or 2974547. OLE color: 2974547.
HSL color Cylindrical-coordinate representation of color #53632D: hue angle of 77.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53632D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 45 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.61 |
| HSL | 77.78º | 0.38% | 0.28% | - |
| HSV(B) | 77.78º | 0.55% | 0.39% | - |
| XYZ | 8.5 | 10.95 | 4.15 | - |
| YUV | 88.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 45 | 0.16 | 0 | 0.55 | 0.61 | 77.78 | 0.38 | 0.28 |
| Hex | 53 | 63 | 2D | 10 | 0 | 37 | 3D | 4E | 26 | 1C |
| Octal | 123 | 143 | 55 | 20 | 0 | 67 | 75 | 116 | 46 | 34 |
| Binary | 1010011 | 1100011 | 101101 | 10000 | 0 | 110111 | 111101 | 1001110 | 100110 | 11100 |
Color Harmonies of #53632D
Complementary color
Monochromatic Colors of #53632D
Black with #53632D
Text Example
Text Example
White with #53632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53632D; }
p { color: rgb(83,99,45); }
H1.HeaderClassName
{
color: #53632D;
}
.AnyTagClassName
{
color: #53632D;
}
</style>
background-color css
<style>
a { background-color: #53632D; }
a { background-color: rgb(83,99,45); }
div.DivClassName
{
background-color: #53632D;
}
.BgClassName
{
background-color: #53632D;
}
</style>
border-color css
<style>
span { border-color: #53632D; }
span { border-color: rgb(83,99,45); }
td.TdClassName
{
border-color: #53632D;
}
.TagClassName
{
border-color: #53632D;
}
</style>