Shades of Dark Olive Green #52662F
Tints of Dark Olive Green #52662F
RGB
CMYK
RGB Variations
Color information
#52662F (or 0x52662F) is known color: Dark Olive Green. HEX triplet: 52, 66 and 2F. RGB value is (82,102,47). Sum of RGB (Red+Green+Blue) = 82+102+47=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #52662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52662F is #AD99D0. Grayscale: #595959. Windows color (decimal): -11377105 or 3106386. OLE color: 3106386.
HSL color Cylindrical-coordinate representation of color #52662F: hue angle of 81.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52662F is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 102 | 47 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.6 |
| HSL | 81.82º | 0.37% | 0.29% | - |
| HSV(B) | 81.82º | 0.54% | 0.4% | - |
| XYZ | 8.74 | 11.5 | 4.45 | - |
| YUV | 89.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 47 | 0.20 | 0 | 0.54 | 0.6 | 81.82 | 0.37 | 0.29 |
| Hex | 52 | 66 | 2F | 14 | 0 | 36 | 3C | 52 | 25 | 1D |
| Octal | 122 | 146 | 57 | 24 | 0 | 66 | 74 | 122 | 45 | 35 |
| Binary | 1010010 | 1100110 | 101111 | 10100 | 0 | 110110 | 111100 | 1010010 | 100101 | 11101 |
Color Harmonies of #52662F
Complementary color
Monochromatic Colors of #52662F
Black with #52662F
Text Example
Text Example
White with #52662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52662F; }
p { color: rgb(82,102,47); }
H1.HeaderClassName
{
color: #52662F;
}
.AnyTagClassName
{
color: #52662F;
}
</style>
background-color css
<style>
a { background-color: #52662F; }
a { background-color: rgb(82,102,47); }
div.DivClassName
{
background-color: #52662F;
}
.BgClassName
{
background-color: #52662F;
}
</style>
border-color css
<style>
span { border-color: #52662F; }
span { border-color: rgb(82,102,47); }
td.TdClassName
{
border-color: #52662F;
}
.TagClassName
{
border-color: #52662F;
}
</style>