Shades of Dark Olive Green #536833
Tints of Dark Olive Green #536833
RGB
CMYK
RGB Variations
Color information
#536833 (or 0x536833) is known color: Dark Olive Green. HEX triplet: 53, 68 and 33. RGB value is (83,104,51). Sum of RGB (Red+Green+Blue) = 83+104+51=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #536833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536833 is #AC97CC. Grayscale: #5B5B5B. Windows color (decimal): -11311053 or 3369043. OLE color: 3369043.
HSL color Cylindrical-coordinate representation of color #536833: hue angle of 83.77º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536833 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 51 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.59 |
| HSL | 83.77º | 0.34% | 0.3% | - |
| HSV(B) | 83.77º | 0.51% | 0.41% | - |
| XYZ | 9.12 | 11.98 | 4.96 | - |
| YUV | 91.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 51 | 0.20 | 0 | 0.51 | 0.59 | 83.77 | 0.34 | 0.3 |
| Hex | 53 | 68 | 33 | 14 | 0 | 33 | 3B | 54 | 22 | 1E |
| Octal | 123 | 150 | 63 | 24 | 0 | 63 | 73 | 124 | 42 | 36 |
| Binary | 1010011 | 1101000 | 110011 | 10100 | 0 | 110011 | 111011 | 1010100 | 100010 | 11110 |
Color Harmonies of #536833
Complementary color
Monochromatic Colors of #536833
Black with #536833
Text Example
Text Example
White with #536833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536833; }
p { color: rgb(83,104,51); }
H1.HeaderClassName
{
color: #536833;
}
.AnyTagClassName
{
color: #536833;
}
</style>
background-color css
<style>
a { background-color: #536833; }
a { background-color: rgb(83,104,51); }
div.DivClassName
{
background-color: #536833;
}
.BgClassName
{
background-color: #536833;
}
</style>
border-color css
<style>
span { border-color: #536833; }
span { border-color: rgb(83,104,51); }
td.TdClassName
{
border-color: #536833;
}
.TagClassName
{
border-color: #536833;
}
</style>