Shades of Dark Olive Green #536328
Tints of Dark Olive Green #536328
RGB
CMYK
RGB Variations
Color information
#536328 (or 0x536328) is known color: Dark Olive Green. HEX triplet: 53, 63 and 28. RGB value is (83,99,40). Sum of RGB (Red+Green+Blue) = 83+99+40=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #536328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536328 is #AC9CD7. Grayscale: #575757. Windows color (decimal): -11312344 or 2646867. OLE color: 2646867.
HSL color Cylindrical-coordinate representation of color #536328: hue angle of 76.27º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536328 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 40 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.61 |
| HSL | 76.27º | 0.42% | 0.27% | - |
| HSV(B) | 76.27º | 0.6% | 0.39% | - |
| XYZ | 8.41 | 10.92 | 3.67 | - |
| YUV | 87.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 40 | 0.16 | 0 | 0.60 | 0.61 | 76.27 | 0.42 | 0.27 |
| Hex | 53 | 63 | 28 | 10 | 0 | 3C | 3D | 4C | 2A | 1B |
| Octal | 123 | 143 | 50 | 20 | 0 | 74 | 75 | 114 | 52 | 33 |
| Binary | 1010011 | 1100011 | 101000 | 10000 | 0 | 111100 | 111101 | 1001100 | 101010 | 11011 |
Color Harmonies of #536328
Complementary color
Monochromatic Colors of #536328
Black with #536328
Text Example
Text Example
White with #536328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536328; }
p { color: rgb(83,99,40); }
H1.HeaderClassName
{
color: #536328;
}
.AnyTagClassName
{
color: #536328;
}
</style>
background-color css
<style>
a { background-color: #536328; }
a { background-color: rgb(83,99,40); }
div.DivClassName
{
background-color: #536328;
}
.BgClassName
{
background-color: #536328;
}
</style>
border-color css
<style>
span { border-color: #536328; }
span { border-color: rgb(83,99,40); }
td.TdClassName
{
border-color: #536328;
}
.TagClassName
{
border-color: #536328;
}
</style>