Shades of Olive Drab #538303
Tints of Olive Drab #538303
RGB
CMYK
RGB Variations
Color information
#538303 (or 0x538303) is known color: Olive Drab. HEX triplet: 53, 83 and 03. RGB value is (83,131,3). Sum of RGB (Red+Green+Blue) = 83+131+3=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #538303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538303 is #AC7CFC. Grayscale: #666666. Windows color (decimal): -11304189 or 230227. OLE color: 230227.
HSL color Cylindrical-coordinate representation of color #538303: hue angle of 82.5º degrees, saturation: 0.96, 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 #538303 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.49 |
| HSL | 82.5º | 0.96% | 0.26% | - |
| HSV(B) | 82.5º | 0.98% | 0.51% | - |
| XYZ | 11.7 | 18.08 | 2.96 | - |
| YUV | 102.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 3 | 0.37 | 0 | 0.98 | 0.49 | 82.5 | 0.96 | 0.26 |
| Hex | 53 | 83 | 3 | 25 | 0 | 62 | 31 | 52 | 60 | 1A |
| Octal | 123 | 203 | 3 | 45 | 0 | 142 | 61 | 122 | 140 | 32 |
| Binary | 1010011 | 10000011 | 11 | 100101 | 0 | 1100010 | 110001 | 1010010 | 1100000 | 11010 |
Color Harmonies of #538303
Complementary color
Monochromatic Colors of #538303
Black with #538303
Text Example
Text Example
White with #538303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538303; }
p { color: rgb(83,131,3); }
H1.HeaderClassName
{
color: #538303;
}
.AnyTagClassName
{
color: #538303;
}
</style>
background-color css
<style>
a { background-color: #538303; }
a { background-color: rgb(83,131,3); }
div.DivClassName
{
background-color: #538303;
}
.BgClassName
{
background-color: #538303;
}
</style>
border-color css
<style>
span { border-color: #538303; }
span { border-color: rgb(83,131,3); }
td.TdClassName
{
border-color: #538303;
}
.TagClassName
{
border-color: #538303;
}
</style>