Shades of Dark Olive Green #536628
Tints of Dark Olive Green #536628
RGB
CMYK
RGB Variations
Color information
#536628 (or 0x536628) is known color: Dark Olive Green. HEX triplet: 53, 66 and 28. RGB value is (83,102,40). Sum of RGB (Red+Green+Blue) = 83+102+40=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #536628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536628 is #AC99D7. Grayscale: #595959. Windows color (decimal): -11311576 or 2647635. OLE color: 2647635.
HSL color Cylindrical-coordinate representation of color #536628: hue angle of 78.39º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536628 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 40 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.6 |
| HSL | 78.39º | 0.44% | 0.28% | - |
| HSV(B) | 78.39º | 0.61% | 0.4% | - |
| XYZ | 8.7 | 11.49 | 3.77 | - |
| YUV | 89.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 40 | 0.19 | 0 | 0.61 | 0.6 | 78.39 | 0.44 | 0.28 |
| Hex | 53 | 66 | 28 | 13 | 0 | 3D | 3C | 4E | 2C | 1C |
| Octal | 123 | 146 | 50 | 23 | 0 | 75 | 74 | 116 | 54 | 34 |
| Binary | 1010011 | 1100110 | 101000 | 10011 | 0 | 111101 | 111100 | 1001110 | 101100 | 11100 |
Color Harmonies of #536628
Complementary color
Monochromatic Colors of #536628
Black with #536628
Text Example
Text Example
White with #536628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536628; }
p { color: rgb(83,102,40); }
H1.HeaderClassName
{
color: #536628;
}
.AnyTagClassName
{
color: #536628;
}
</style>
background-color css
<style>
a { background-color: #536628; }
a { background-color: rgb(83,102,40); }
div.DivClassName
{
background-color: #536628;
}
.BgClassName
{
background-color: #536628;
}
</style>
border-color css
<style>
span { border-color: #536628; }
span { border-color: rgb(83,102,40); }
td.TdClassName
{
border-color: #536628;
}
.TagClassName
{
border-color: #536628;
}
</style>