Shades of Olive Drab #538108
Tints of Olive Drab #538108
RGB
CMYK
RGB Variations
Color information
#538108 (or 0x538108) is known color: Olive Drab. HEX triplet: 53, 81 and 08. RGB value is (83,129,8). Sum of RGB (Red+Green+Blue) = 83+129+8=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #538108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538108 is #AC7EF7. Grayscale: #656565. Windows color (decimal): -11304696 or 557395. OLE color: 557395.
HSL color Cylindrical-coordinate representation of color #538108: hue angle of 82.81º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #538108 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 129 | 8 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.49 |
| HSL | 82.81º | 0.88% | 0.27% | - |
| HSV(B) | 82.81º | 0.94% | 0.51% | - |
| XYZ | 11.46 | 17.56 | 3.01 | - |
| YUV | 101.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 8 | 0.36 | 0 | 0.94 | 0.49 | 82.81 | 0.88 | 0.27 |
| Hex | 53 | 81 | 8 | 24 | 0 | 5E | 31 | 53 | 58 | 1B |
| Octal | 123 | 201 | 10 | 44 | 0 | 136 | 61 | 123 | 130 | 33 |
| Binary | 1010011 | 10000001 | 1000 | 100100 | 0 | 1011110 | 110001 | 1010011 | 1011000 | 11011 |
Color Harmonies of #538108
Complementary color
Monochromatic Colors of #538108
Black with #538108
Text Example
Text Example
White with #538108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538108; }
p { color: rgb(83,129,8); }
H1.HeaderClassName
{
color: #538108;
}
.AnyTagClassName
{
color: #538108;
}
</style>
background-color css
<style>
a { background-color: #538108; }
a { background-color: rgb(83,129,8); }
div.DivClassName
{
background-color: #538108;
}
.BgClassName
{
background-color: #538108;
}
</style>
border-color css
<style>
span { border-color: #538108; }
span { border-color: rgb(83,129,8); }
td.TdClassName
{
border-color: #538108;
}
.TagClassName
{
border-color: #538108;
}
</style>