Shades of Dark Olive Green #536838
Tints of Dark Olive Green #536838
RGB
CMYK
RGB Variations
Color information
#536838 (or 0x536838) is known color: Dark Olive Green. HEX triplet: 53, 68 and 38. RGB value is (83,104,56). Sum of RGB (Red+Green+Blue) = 83+104+56=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #536838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536838 is #AC97C7. Grayscale: #5C5C5C. Windows color (decimal): -11311048 or 3696723. OLE color: 3696723.
HSL color Cylindrical-coordinate representation of color #536838: hue angle of 86.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536838 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 56 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.59 |
| HSL | 86.25º | 0.3% | 0.31% | - |
| HSV(B) | 86.25º | 0.46% | 0.41% | - |
| XYZ | 9.23 | 12.03 | 5.58 | - |
| YUV | 92.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 56 | 0.20 | 0 | 0.46 | 0.59 | 86.25 | 0.3 | 0.31 |
| Hex | 53 | 68 | 38 | 14 | 0 | 2E | 3B | 56 | 1E | 1F |
| Octal | 123 | 150 | 70 | 24 | 0 | 56 | 73 | 126 | 36 | 37 |
| Binary | 1010011 | 1101000 | 111000 | 10100 | 0 | 101110 | 111011 | 1010110 | 11110 | 11111 |
Color Harmonies of #536838
Complementary color
Monochromatic Colors of #536838
Black with #536838
Text Example
Text Example
White with #536838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536838; }
p { color: rgb(83,104,56); }
H1.HeaderClassName
{
color: #536838;
}
.AnyTagClassName
{
color: #536838;
}
</style>
background-color css
<style>
a { background-color: #536838; }
a { background-color: rgb(83,104,56); }
div.DivClassName
{
background-color: #536838;
}
.BgClassName
{
background-color: #536838;
}
</style>
border-color css
<style>
span { border-color: #536838; }
span { border-color: rgb(83,104,56); }
td.TdClassName
{
border-color: #536838;
}
.TagClassName
{
border-color: #536838;
}
</style>