Shades of Dark Olive Green #536429
Tints of Dark Olive Green #536429
RGB
CMYK
RGB Variations
Color information
#536429 (or 0x536429) is known color: Dark Olive Green. HEX triplet: 53, 64 and 29. RGB value is (83,100,41). Sum of RGB (Red+Green+Blue) = 83+100+41=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #536429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536429 is #AC9BD6. Grayscale: #585858. Windows color (decimal): -11312087 or 2712659. OLE color: 2712659.
HSL color Cylindrical-coordinate representation of color #536429: hue angle of 77.29º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #536429 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 100 | 41 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.61 |
| HSL | 77.29º | 0.42% | 0.28% | - |
| HSV(B) | 77.29º | 0.59% | 0.39% | - |
| XYZ | 8.52 | 11.11 | 3.79 | - |
| YUV | 88.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 41 | 0.17 | 0 | 0.59 | 0.61 | 77.29 | 0.42 | 0.28 |
| Hex | 53 | 64 | 29 | 11 | 0 | 3B | 3D | 4D | 2A | 1C |
| Octal | 123 | 144 | 51 | 21 | 0 | 73 | 75 | 115 | 52 | 34 |
| Binary | 1010011 | 1100100 | 101001 | 10001 | 0 | 111011 | 111101 | 1001101 | 101010 | 11100 |
Color Harmonies of #536429
Complementary color
Monochromatic Colors of #536429
Black with #536429
Text Example
Text Example
White with #536429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536429; }
p { color: rgb(83,100,41); }
H1.HeaderClassName
{
color: #536429;
}
.AnyTagClassName
{
color: #536429;
}
</style>
background-color css
<style>
a { background-color: #536429; }
a { background-color: rgb(83,100,41); }
div.DivClassName
{
background-color: #536429;
}
.BgClassName
{
background-color: #536429;
}
</style>
border-color css
<style>
span { border-color: #536429; }
span { border-color: rgb(83,100,41); }
td.TdClassName
{
border-color: #536429;
}
.TagClassName
{
border-color: #536429;
}
</style>