Shades of Olive Drab #538306
Tints of Olive Drab #538306
RGB
CMYK
RGB Variations
Color information
#538306 (or 0x538306) is known color: Olive Drab. HEX triplet: 53, 83 and 06. RGB value is (83,131,6). Sum of RGB (Red+Green+Blue) = 83+131+6=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #538306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538306 is #AC7CF9. Grayscale: #666666. Windows color (decimal): -11304186 or 426835. OLE color: 426835.
HSL color Cylindrical-coordinate representation of color #538306: hue angle of 83.04º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #538306 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 6 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.49 |
| HSL | 83.04º | 0.91% | 0.27% | - |
| HSV(B) | 83.04º | 0.95% | 0.51% | - |
| XYZ | 11.72 | 18.08 | 3.05 | - |
| YUV | 102.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 6 | 0.37 | 0 | 0.95 | 0.49 | 83.04 | 0.91 | 0.27 |
| Hex | 53 | 83 | 6 | 25 | 0 | 5F | 31 | 53 | 5B | 1B |
| Octal | 123 | 203 | 6 | 45 | 0 | 137 | 61 | 123 | 133 | 33 |
| Binary | 1010011 | 10000011 | 110 | 100101 | 0 | 1011111 | 110001 | 1010011 | 1011011 | 11011 |
Color Harmonies of #538306
Complementary color
Monochromatic Colors of #538306
Black with #538306
Text Example
Text Example
White with #538306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538306; }
p { color: rgb(83,131,6); }
H1.HeaderClassName
{
color: #538306;
}
.AnyTagClassName
{
color: #538306;
}
</style>
background-color css
<style>
a { background-color: #538306; }
a { background-color: rgb(83,131,6); }
div.DivClassName
{
background-color: #538306;
}
.BgClassName
{
background-color: #538306;
}
</style>
border-color css
<style>
span { border-color: #538306; }
span { border-color: rgb(83,131,6); }
td.TdClassName
{
border-color: #538306;
}
.TagClassName
{
border-color: #538306;
}
</style>