Shades of Olive Drab #538601
Tints of Olive Drab #538601
RGB
CMYK
RGB Variations
Color information
#538601 (or 0x538601) is known color: Olive Drab. HEX triplet: 53, 86 and 01. RGB value is (83,134,1). Sum of RGB (Red+Green+Blue) = 83+134+1=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #538601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538601 is #AC79FE. Grayscale: #686868. Windows color (decimal): -11303423 or 99923. OLE color: 99923.
HSL color Cylindrical-coordinate representation of color #538601: hue angle of 83.01º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #538601 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.47 |
| HSL | 83.01º | 0.99% | 0.26% | - |
| HSV(B) | 83.01º | 0.99% | 0.53% | - |
| XYZ | 12.1 | 18.89 | 3.04 | - |
| YUV | 103.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 1 | 0.38 | 0 | 0.99 | 0.47 | 83.01 | 0.99 | 0.26 |
| Hex | 53 | 86 | 1 | 26 | 0 | 63 | 2F | 53 | 63 | 1A |
| Octal | 123 | 206 | 1 | 46 | 0 | 143 | 57 | 123 | 143 | 32 |
| Binary | 1010011 | 10000110 | 1 | 100110 | 0 | 1100011 | 101111 | 1010011 | 1100011 | 11010 |
Color Harmonies of #538601
Complementary color
Monochromatic Colors of #538601
Black with #538601
Text Example
Text Example
White with #538601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538601; }
p { color: rgb(83,134,1); }
H1.HeaderClassName
{
color: #538601;
}
.AnyTagClassName
{
color: #538601;
}
</style>
background-color css
<style>
a { background-color: #538601; }
a { background-color: rgb(83,134,1); }
div.DivClassName
{
background-color: #538601;
}
.BgClassName
{
background-color: #538601;
}
</style>
border-color css
<style>
span { border-color: #538601; }
span { border-color: rgb(83,134,1); }
td.TdClassName
{
border-color: #538601;
}
.TagClassName
{
border-color: #538601;
}
</style>