Shades of Dark Olive Green #52632D
Tints of Dark Olive Green #52632D
RGB
CMYK
RGB Variations
Color information
#52632D (or 0x52632D) is known color: Dark Olive Green. HEX triplet: 52, 63 and 2D. RGB value is (82,99,45). Sum of RGB (Red+Green+Blue) = 82+99+45=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #52632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52632D is #AD9CD2. Grayscale: #575757. Windows color (decimal): -11377875 or 2974546. OLE color: 2974546.
HSL color Cylindrical-coordinate representation of color #52632D: hue angle of 78.89º 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 #52632D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 45 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.61 |
| HSL | 78.89º | 0.38% | 0.28% | - |
| HSV(B) | 78.89º | 0.55% | 0.39% | - |
| XYZ | 8.42 | 10.91 | 4.14 | - |
| YUV | 87.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 45 | 0.17 | 0 | 0.55 | 0.61 | 78.89 | 0.38 | 0.28 |
| Hex | 52 | 63 | 2D | 11 | 0 | 37 | 3D | 4F | 26 | 1C |
| Octal | 122 | 143 | 55 | 21 | 0 | 67 | 75 | 117 | 46 | 34 |
| Binary | 1010010 | 1100011 | 101101 | 10001 | 0 | 110111 | 111101 | 1001111 | 100110 | 11100 |
Color Harmonies of #52632D
Complementary color
Monochromatic Colors of #52632D
Black with #52632D
Text Example
Text Example
White with #52632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52632D; }
p { color: rgb(82,99,45); }
H1.HeaderClassName
{
color: #52632D;
}
.AnyTagClassName
{
color: #52632D;
}
</style>
background-color css
<style>
a { background-color: #52632D; }
a { background-color: rgb(82,99,45); }
div.DivClassName
{
background-color: #52632D;
}
.BgClassName
{
background-color: #52632D;
}
</style>
border-color css
<style>
span { border-color: #52632D; }
span { border-color: rgb(82,99,45); }
td.TdClassName
{
border-color: #52632D;
}
.TagClassName
{
border-color: #52632D;
}
</style>