Shades of Dark Olive Green #53622C
Tints of Dark Olive Green #53622C
RGB
CMYK
RGB Variations
Color information
#53622C (or 0x53622C) is known color: Dark Olive Green. HEX triplet: 53, 62 and 2C. RGB value is (83,98,44). Sum of RGB (Red+Green+Blue) = 83+98+44=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #53622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53622C is #AC9DD3. Grayscale: #575757. Windows color (decimal): -11312596 or 2908755. OLE color: 2908755.
HSL color Cylindrical-coordinate representation of color #53622C: hue angle of 76.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53622C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 44 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.62 |
| HSL | 76.67º | 0.38% | 0.28% | - |
| HSV(B) | 76.67º | 0.55% | 0.38% | - |
| XYZ | 8.39 | 10.76 | 4.02 | - |
| YUV | 87.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 44 | 0.15 | 0 | 0.55 | 0.62 | 76.67 | 0.38 | 0.28 |
| Hex | 53 | 62 | 2C | F | 0 | 37 | 3E | 4D | 26 | 1C |
| Octal | 123 | 142 | 54 | 17 | 0 | 67 | 76 | 115 | 46 | 34 |
| Binary | 1010011 | 1100010 | 101100 | 1111 | 0 | 110111 | 111110 | 1001101 | 100110 | 11100 |
Color Harmonies of #53622C
Complementary color
Monochromatic Colors of #53622C
Black with #53622C
Text Example
Text Example
White with #53622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53622C; }
p { color: rgb(83,98,44); }
H1.HeaderClassName
{
color: #53622C;
}
.AnyTagClassName
{
color: #53622C;
}
</style>
background-color css
<style>
a { background-color: #53622C; }
a { background-color: rgb(83,98,44); }
div.DivClassName
{
background-color: #53622C;
}
.BgClassName
{
background-color: #53622C;
}
</style>
border-color css
<style>
span { border-color: #53622C; }
span { border-color: rgb(83,98,44); }
td.TdClassName
{
border-color: #53622C;
}
.TagClassName
{
border-color: #53622C;
}
</style>