Shades of Olive Drab #538203
Tints of Olive Drab #538203
RGB
CMYK
RGB Variations
Color information
#538203 (or 0x538203) is known color: Olive Drab. HEX triplet: 53, 82 and 03. RGB value is (83,130,3). Sum of RGB (Red+Green+Blue) = 83+130+3=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #538203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538203 is #AC7DFC. Grayscale: #656565. Windows color (decimal): -11304445 or 229971. OLE color: 229971.
HSL color Cylindrical-coordinate representation of color #538203: hue angle of 82.2º 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 #538203 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 3 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.49 |
| HSL | 82.2º | 0.95% | 0.26% | - |
| HSV(B) | 82.2º | 0.98% | 0.51% | - |
| XYZ | 11.57 | 17.81 | 2.91 | - |
| YUV | 101.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 3 | 0.36 | 0 | 0.98 | 0.49 | 82.2 | 0.95 | 0.26 |
| Hex | 53 | 82 | 3 | 24 | 0 | 62 | 31 | 52 | 5F | 1A |
| Octal | 123 | 202 | 3 | 44 | 0 | 142 | 61 | 122 | 137 | 32 |
| Binary | 1010011 | 10000010 | 11 | 100100 | 0 | 1100010 | 110001 | 1010010 | 1011111 | 11010 |
Color Harmonies of #538203
Complementary color
Monochromatic Colors of #538203
Black with #538203
Text Example
Text Example
White with #538203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538203; }
p { color: rgb(83,130,3); }
H1.HeaderClassName
{
color: #538203;
}
.AnyTagClassName
{
color: #538203;
}
</style>
background-color css
<style>
a { background-color: #538203; }
a { background-color: rgb(83,130,3); }
div.DivClassName
{
background-color: #538203;
}
.BgClassName
{
background-color: #538203;
}
</style>
border-color css
<style>
span { border-color: #538203; }
span { border-color: rgb(83,130,3); }
td.TdClassName
{
border-color: #538203;
}
.TagClassName
{
border-color: #538203;
}
</style>