Shades of Olive Drab #528404
Tints of Olive Drab #528404
RGB
CMYK
RGB Variations
Color information
#528404 (or 0x528404) is known color: Olive Drab. HEX triplet: 52, 84 and 04. RGB value is (82,132,4). Sum of RGB (Red+Green+Blue) = 82+132+4=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #528404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528404 is #AD7BFB. Grayscale: #666666. Windows color (decimal): -11369468 or 296018. OLE color: 296018.
HSL color Cylindrical-coordinate representation of color #528404: hue angle of 83.44º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #528404 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 132 | 4 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.48 |
| HSL | 83.44º | 0.94% | 0.27% | - |
| HSV(B) | 83.44º | 0.97% | 0.52% | - |
| XYZ | 11.75 | 18.31 | 3.03 | - |
| YUV | 102.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 4 | 0.38 | 0 | 0.97 | 0.48 | 83.44 | 0.94 | 0.27 |
| Hex | 52 | 84 | 4 | 26 | 0 | 61 | 30 | 53 | 5E | 1B |
| Octal | 122 | 204 | 4 | 46 | 0 | 141 | 60 | 123 | 136 | 33 |
| Binary | 1010010 | 10000100 | 100 | 100110 | 0 | 1100001 | 110000 | 1010011 | 1011110 | 11011 |
Color Harmonies of #528404
Complementary color
Monochromatic Colors of #528404
Black with #528404
Text Example
Text Example
White with #528404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528404; }
p { color: rgb(82,132,4); }
H1.HeaderClassName
{
color: #528404;
}
.AnyTagClassName
{
color: #528404;
}
</style>
background-color css
<style>
a { background-color: #528404; }
a { background-color: rgb(82,132,4); }
div.DivClassName
{
background-color: #528404;
}
.BgClassName
{
background-color: #528404;
}
</style>
border-color css
<style>
span { border-color: #528404; }
span { border-color: rgb(82,132,4); }
td.TdClassName
{
border-color: #528404;
}
.TagClassName
{
border-color: #528404;
}
</style>