Shades of Dark Olive Green #536629
Tints of Dark Olive Green #536629
RGB
CMYK
RGB Variations
Color information
#536629 (or 0x536629) is known color: Dark Olive Green. HEX triplet: 53, 66 and 29. RGB value is (83,102,41). Sum of RGB (Red+Green+Blue) = 83+102+41=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #536629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536629 is #AC99D6. Grayscale: #595959. Windows color (decimal): -11311575 or 2713171. OLE color: 2713171.
HSL color Cylindrical-coordinate representation of color #536629: hue angle of 78.69º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536629 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 41 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.6 |
| HSL | 78.69º | 0.43% | 0.28% | - |
| HSV(B) | 78.69º | 0.6% | 0.4% | - |
| XYZ | 8.72 | 11.5 | 3.86 | - |
| YUV | 89.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 41 | 0.19 | 0 | 0.60 | 0.6 | 78.69 | 0.43 | 0.28 |
| Hex | 53 | 66 | 29 | 13 | 0 | 3C | 3C | 4F | 2B | 1C |
| Octal | 123 | 146 | 51 | 23 | 0 | 74 | 74 | 117 | 53 | 34 |
| Binary | 1010011 | 1100110 | 101001 | 10011 | 0 | 111100 | 111100 | 1001111 | 101011 | 11100 |
Color Harmonies of #536629
Complementary color
Monochromatic Colors of #536629
Black with #536629
Text Example
Text Example
White with #536629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536629; }
p { color: rgb(83,102,41); }
H1.HeaderClassName
{
color: #536629;
}
.AnyTagClassName
{
color: #536629;
}
</style>
background-color css
<style>
a { background-color: #536629; }
a { background-color: rgb(83,102,41); }
div.DivClassName
{
background-color: #536629;
}
.BgClassName
{
background-color: #536629;
}
</style>
border-color css
<style>
span { border-color: #536629; }
span { border-color: rgb(83,102,41); }
td.TdClassName
{
border-color: #536629;
}
.TagClassName
{
border-color: #536629;
}
</style>