Shades of Olive Drab #528203
Tints of Olive Drab #528203
RGB
CMYK
RGB Variations
Color information
#528203 (or 0x528203) is known color: Olive Drab. HEX triplet: 52, 82 and 03. RGB value is (82,130,3). Sum of RGB (Red+Green+Blue) = 82+130+3=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #528203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528203 is #AD7DFC. Grayscale: #656565. Windows color (decimal): -11369981 or 229970. OLE color: 229970.
HSL color Cylindrical-coordinate representation of color #528203: hue angle of 82.68º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #528203 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.49 |
| HSL | 82.68º | 0.95% | 0.26% | - |
| HSV(B) | 82.68º | 0.98% | 0.51% | - |
| XYZ | 11.48 | 17.77 | 2.91 | - |
| YUV | 101.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 3 | 0.37 | 0 | 0.98 | 0.49 | 82.68 | 0.95 | 0.26 |
| Hex | 52 | 82 | 3 | 25 | 0 | 62 | 31 | 53 | 5F | 1A |
| Octal | 122 | 202 | 3 | 45 | 0 | 142 | 61 | 123 | 137 | 32 |
| Binary | 1010010 | 10000010 | 11 | 100101 | 0 | 1100010 | 110001 | 1010011 | 1011111 | 11010 |
Color Harmonies of #528203
Complementary color
Monochromatic Colors of #528203
Black with #528203
Text Example
Text Example
White with #528203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528203; }
p { color: rgb(82,130,3); }
H1.HeaderClassName
{
color: #528203;
}
.AnyTagClassName
{
color: #528203;
}
</style>
background-color css
<style>
a { background-color: #528203; }
a { background-color: rgb(82,130,3); }
div.DivClassName
{
background-color: #528203;
}
.BgClassName
{
background-color: #528203;
}
</style>
border-color css
<style>
span { border-color: #528203; }
span { border-color: rgb(82,130,3); }
td.TdClassName
{
border-color: #528203;
}
.TagClassName
{
border-color: #528203;
}
</style>