Shades of Dark Olive Green #526238
Tints of Dark Olive Green #526238
RGB
CMYK
RGB Variations
Color information
#526238 (or 0x526238) is known color: Dark Olive Green. HEX triplet: 52, 62 and 38. RGB value is (82,98,56). Sum of RGB (Red+Green+Blue) = 82+98+56=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #526238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526238 is #AD9DC7. Grayscale: #585858. Windows color (decimal): -11378120 or 3695186. OLE color: 3695186.
HSL color Cylindrical-coordinate representation of color #526238: hue angle of 82.86º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526238 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 56 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.62 |
| HSL | 82.86º | 0.27% | 0.3% | - |
| HSV(B) | 82.86º | 0.43% | 0.38% | - |
| XYZ | 8.56 | 10.81 | 5.38 | - |
| YUV | 88.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 56 | 0.16 | 0 | 0.43 | 0.62 | 82.86 | 0.27 | 0.3 |
| Hex | 52 | 62 | 38 | 10 | 0 | 2B | 3E | 53 | 1B | 1E |
| Octal | 122 | 142 | 70 | 20 | 0 | 53 | 76 | 123 | 33 | 36 |
| Binary | 1010010 | 1100010 | 111000 | 10000 | 0 | 101011 | 111110 | 1010011 | 11011 | 11110 |
Color Harmonies of #526238
Complementary color
Monochromatic Colors of #526238
Black with #526238
Text Example
Text Example
White with #526238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526238; }
p { color: rgb(82,98,56); }
H1.HeaderClassName
{
color: #526238;
}
.AnyTagClassName
{
color: #526238;
}
</style>
background-color css
<style>
a { background-color: #526238; }
a { background-color: rgb(82,98,56); }
div.DivClassName
{
background-color: #526238;
}
.BgClassName
{
background-color: #526238;
}
</style>
border-color css
<style>
span { border-color: #526238; }
span { border-color: rgb(82,98,56); }
td.TdClassName
{
border-color: #526238;
}
.TagClassName
{
border-color: #526238;
}
</style>