Shades of Dark Olive Green #53642D
Tints of Dark Olive Green #53642D
RGB
CMYK
RGB Variations
Color information
#53642D (or 0x53642D) is known color: Dark Olive Green. HEX triplet: 53, 64 and 2D. RGB value is (83,100,45). Sum of RGB (Red+Green+Blue) = 83+100+45=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #53642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53642D is #AC9BD2. Grayscale: #585858. Windows color (decimal): -11312083 or 2974803. OLE color: 2974803.
HSL color Cylindrical-coordinate representation of color #53642D: hue angle of 78.55º 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 #53642D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 100 | 45 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.61 |
| HSL | 78.55º | 0.38% | 0.28% | - |
| HSV(B) | 78.55º | 0.55% | 0.39% | - |
| XYZ | 8.6 | 11.14 | 4.18 | - |
| YUV | 88.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 45 | 0.17 | 0 | 0.55 | 0.61 | 78.55 | 0.38 | 0.28 |
| Hex | 53 | 64 | 2D | 11 | 0 | 37 | 3D | 4F | 26 | 1C |
| Octal | 123 | 144 | 55 | 21 | 0 | 67 | 75 | 117 | 46 | 34 |
| Binary | 1010011 | 1100100 | 101101 | 10001 | 0 | 110111 | 111101 | 1001111 | 100110 | 11100 |
Color Harmonies of #53642D
Complementary color
Monochromatic Colors of #53642D
Black with #53642D
Text Example
Text Example
White with #53642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53642D; }
p { color: rgb(83,100,45); }
H1.HeaderClassName
{
color: #53642D;
}
.AnyTagClassName
{
color: #53642D;
}
</style>
background-color css
<style>
a { background-color: #53642D; }
a { background-color: rgb(83,100,45); }
div.DivClassName
{
background-color: #53642D;
}
.BgClassName
{
background-color: #53642D;
}
</style>
border-color css
<style>
span { border-color: #53642D; }
span { border-color: rgb(83,100,45); }
td.TdClassName
{
border-color: #53642D;
}
.TagClassName
{
border-color: #53642D;
}
</style>