Shades of Dark Olive Green #536633
Tints of Dark Olive Green #536633
RGB
CMYK
RGB Variations
Color information
#536633 (or 0x536633) is known color: Dark Olive Green. HEX triplet: 53, 66 and 33. RGB value is (83,102,51). Sum of RGB (Red+Green+Blue) = 83+102+51=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #536633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536633 is #AC99CC. Grayscale: #5A5A5A. Windows color (decimal): -11311565 or 3368531. OLE color: 3368531.
HSL color Cylindrical-coordinate representation of color #536633: hue angle of 82.35º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #536633 is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 51 | - |
| CMYK | 0.19 | 0 | 0.5 | 0.6 |
| HSL | 82.35º | 0.33% | 0.3% | - |
| HSV(B) | 82.35º | 0.5% | 0.4% | - |
| XYZ | 8.92 | 11.58 | 4.9 | - |
| YUV | 90.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 51 | 0.19 | 0 | 0.5 | 0.6 | 82.35 | 0.33 | 0.3 |
| Hex | 53 | 66 | 33 | 13 | 0 | 32 | 3C | 52 | 21 | 1E |
| Octal | 123 | 146 | 63 | 23 | 0 | 62 | 74 | 122 | 41 | 36 |
| Binary | 1010011 | 1100110 | 110011 | 10011 | 0 | 110010 | 111100 | 1010010 | 100001 | 11110 |
Color Harmonies of #536633
Complementary color
Monochromatic Colors of #536633
Black with #536633
Text Example
Text Example
White with #536633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536633; }
p { color: rgb(83,102,51); }
H1.HeaderClassName
{
color: #536633;
}
.AnyTagClassName
{
color: #536633;
}
</style>
background-color css
<style>
a { background-color: #536633; }
a { background-color: rgb(83,102,51); }
div.DivClassName
{
background-color: #536633;
}
.BgClassName
{
background-color: #536633;
}
</style>
border-color css
<style>
span { border-color: #536633; }
span { border-color: rgb(83,102,51); }
td.TdClassName
{
border-color: #536633;
}
.TagClassName
{
border-color: #536633;
}
</style>