Shades of Dark Olive Green #526230
Tints of Dark Olive Green #526230
RGB
CMYK
RGB Variations
Color information
#526230 (or 0x526230) is known color: Dark Olive Green. HEX triplet: 52, 62 and 30. RGB value is (82,98,48). Sum of RGB (Red+Green+Blue) = 82+98+48=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #526230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526230 is #AD9DCF. Grayscale: #575757. Windows color (decimal): -11378128 or 3170898. OLE color: 3170898.
HSL color Cylindrical-coordinate representation of color #526230: hue angle of 79.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #526230 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 48 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.62 |
| HSL | 79.2º | 0.34% | 0.29% | - |
| HSV(B) | 79.2º | 0.51% | 0.38% | - |
| XYZ | 8.38 | 10.74 | 4.43 | - |
| YUV | 87.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 48 | 0.16 | 0 | 0.51 | 0.62 | 79.2 | 0.34 | 0.29 |
| Hex | 52 | 62 | 30 | 10 | 0 | 33 | 3E | 4F | 22 | 1D |
| Octal | 122 | 142 | 60 | 20 | 0 | 63 | 76 | 117 | 42 | 35 |
| Binary | 1010010 | 1100010 | 110000 | 10000 | 0 | 110011 | 111110 | 1001111 | 100010 | 11101 |
Color Harmonies of #526230
Complementary color
Monochromatic Colors of #526230
Black with #526230
Text Example
Text Example
White with #526230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526230; }
p { color: rgb(82,98,48); }
H1.HeaderClassName
{
color: #526230;
}
.AnyTagClassName
{
color: #526230;
}
</style>
background-color css
<style>
a { background-color: #526230; }
a { background-color: rgb(82,98,48); }
div.DivClassName
{
background-color: #526230;
}
.BgClassName
{
background-color: #526230;
}
</style>
border-color css
<style>
span { border-color: #526230; }
span { border-color: rgb(82,98,48); }
td.TdClassName
{
border-color: #526230;
}
.TagClassName
{
border-color: #526230;
}
</style>