Shades of Dark Olive Green #536930
Tints of Dark Olive Green #536930
RGB
CMYK
RGB Variations
Color information
#536930 (or 0x536930) is known color: Dark Olive Green. HEX triplet: 53, 69 and 30. RGB value is (83,105,48). Sum of RGB (Red+Green+Blue) = 83+105+48=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #536930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536930 is #AC96CF. Grayscale: #5C5C5C. Windows color (decimal): -11310800 or 3172691. OLE color: 3172691.
HSL color Cylindrical-coordinate representation of color #536930: hue angle of 83.16º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #536930 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 48 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.59 |
| HSL | 83.16º | 0.37% | 0.3% | - |
| HSV(B) | 83.16º | 0.54% | 0.41% | - |
| XYZ | 9.15 | 12.16 | 4.66 | - |
| YUV | 91.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 48 | 0.21 | 0 | 0.54 | 0.59 | 83.16 | 0.37 | 0.3 |
| Hex | 53 | 69 | 30 | 15 | 0 | 36 | 3B | 53 | 25 | 1E |
| Octal | 123 | 151 | 60 | 25 | 0 | 66 | 73 | 123 | 45 | 36 |
| Binary | 1010011 | 1101001 | 110000 | 10101 | 0 | 110110 | 111011 | 1010011 | 100101 | 11110 |
Color Harmonies of #536930
Complementary color
Monochromatic Colors of #536930
Black with #536930
Text Example
Text Example
White with #536930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536930; }
p { color: rgb(83,105,48); }
H1.HeaderClassName
{
color: #536930;
}
.AnyTagClassName
{
color: #536930;
}
</style>
background-color css
<style>
a { background-color: #536930; }
a { background-color: rgb(83,105,48); }
div.DivClassName
{
background-color: #536930;
}
.BgClassName
{
background-color: #536930;
}
</style>
border-color css
<style>
span { border-color: #536930; }
span { border-color: rgb(83,105,48); }
td.TdClassName
{
border-color: #536930;
}
.TagClassName
{
border-color: #536930;
}
</style>