Shades of Olive Drab #528600
Tints of Olive Drab #528600
RGB
CMYK
RGB Variations
Color information
#528600 (or 0x528600) is known color: Olive Drab. HEX triplet: 52, 86 and 00. RGB value is (82,134,0). Sum of RGB (Red+Green+Blue) = 82+134+0=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #528600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528600 is #AD79FF. Grayscale: #676767. Windows color (decimal): -11368960 or 34386. OLE color: 34386.
HSL color Cylindrical-coordinate representation of color #528600: hue angle of 83.28º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #528600 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.47 |
| HSL | 83.28º | 1% | 0.26% | - |
| HSV(B) | 83.28º | 1% | 0.53% | - |
| XYZ | 12 | 18.84 | 3 | - |
| YUV | 103.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 0 | 0.39 | 0 | 1 | 0.47 | 83.28 | 1 | 0.26 |
| Hex | 52 | 86 | 0 | 27 | 0 | 64 | 2F | 53 | 64 | 1A |
| Octal | 122 | 206 | 0 | 47 | 0 | 144 | 57 | 123 | 144 | 32 |
| Binary | 1010010 | 10000110 | 0 | 100111 | 0 | 1100100 | 101111 | 1010011 | 1100100 | 11010 |
Color Harmonies of #528600
Complementary color
Monochromatic Colors of #528600
Black with #528600
Text Example
Text Example
White with #528600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528600; }
p { color: rgb(82,134,0); }
H1.HeaderClassName
{
color: #528600;
}
.AnyTagClassName
{
color: #528600;
}
</style>
background-color css
<style>
a { background-color: #528600; }
a { background-color: rgb(82,134,0); }
div.DivClassName
{
background-color: #528600;
}
.BgClassName
{
background-color: #528600;
}
</style>
border-color css
<style>
span { border-color: #528600; }
span { border-color: rgb(82,134,0); }
td.TdClassName
{
border-color: #528600;
}
.TagClassName
{
border-color: #528600;
}
</style>