Shades of Dark Olive Green #536233
Tints of Dark Olive Green #536233
RGB
CMYK
RGB Variations
Color information
#536233 (or 0x536233) is known color: Dark Olive Green. HEX triplet: 53, 62 and 33. RGB value is (83,98,51). Sum of RGB (Red+Green+Blue) = 83+98+51=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #536233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536233 is #AC9DCC. Grayscale: #585858. Windows color (decimal): -11312589 or 3367507. OLE color: 3367507.
HSL color Cylindrical-coordinate representation of color #536233: hue angle of 79.15º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #536233 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 51 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.62 |
| HSL | 79.15º | 0.32% | 0.29% | - |
| HSV(B) | 79.15º | 0.48% | 0.38% | - |
| XYZ | 8.53 | 10.81 | 4.77 | - |
| YUV | 88.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 51 | 0.15 | 0 | 0.48 | 0.62 | 79.15 | 0.32 | 0.29 |
| Hex | 53 | 62 | 33 | F | 0 | 30 | 3E | 4F | 20 | 1D |
| Octal | 123 | 142 | 63 | 17 | 0 | 60 | 76 | 117 | 40 | 35 |
| Binary | 1010011 | 1100010 | 110011 | 1111 | 0 | 110000 | 111110 | 1001111 | 100000 | 11101 |
Color Harmonies of #536233
Complementary color
Monochromatic Colors of #536233
Black with #536233
Text Example
Text Example
White with #536233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536233; }
p { color: rgb(83,98,51); }
H1.HeaderClassName
{
color: #536233;
}
.AnyTagClassName
{
color: #536233;
}
</style>
background-color css
<style>
a { background-color: #536233; }
a { background-color: rgb(83,98,51); }
div.DivClassName
{
background-color: #536233;
}
.BgClassName
{
background-color: #536233;
}
</style>
border-color css
<style>
span { border-color: #536233; }
span { border-color: rgb(83,98,51); }
td.TdClassName
{
border-color: #536233;
}
.TagClassName
{
border-color: #536233;
}
</style>