Shades of Dark Olive Green #53672F
Tints of Dark Olive Green #53672F
RGB
CMYK
RGB Variations
Color information
#53672F (or 0x53672F) is known color: Dark Olive Green. HEX triplet: 53, 67 and 2F. RGB value is (83,103,47). Sum of RGB (Red+Green+Blue) = 83+103+47=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #53672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53672F is #AC98D0. Grayscale: #5A5A5A. Windows color (decimal): -11311313 or 3106643. OLE color: 3106643.
HSL color Cylindrical-coordinate representation of color #53672F: hue angle of 81.43º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53672F is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 47 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.60 |
| HSL | 81.43º | 0.37% | 0.29% | - |
| HSV(B) | 81.43º | 0.54% | 0.4% | - |
| XYZ | 8.93 | 11.74 | 4.49 | - |
| YUV | 90.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 47 | 0.19 | 0 | 0.54 | 0.60 | 81.43 | 0.37 | 0.29 |
| Hex | 53 | 67 | 2F | 13 | 0 | 36 | 3C | 51 | 25 | 1D |
| Octal | 123 | 147 | 57 | 23 | 0 | 66 | 74 | 121 | 45 | 35 |
| Binary | 1010011 | 1100111 | 101111 | 10011 | 0 | 110110 | 111100 | 1010001 | 100101 | 11101 |
Color Harmonies of #53672F
Complementary color
Monochromatic Colors of #53672F
Black with #53672F
Text Example
Text Example
White with #53672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53672F; }
p { color: rgb(83,103,47); }
H1.HeaderClassName
{
color: #53672F;
}
.AnyTagClassName
{
color: #53672F;
}
</style>
background-color css
<style>
a { background-color: #53672F; }
a { background-color: rgb(83,103,47); }
div.DivClassName
{
background-color: #53672F;
}
.BgClassName
{
background-color: #53672F;
}
</style>
border-color css
<style>
span { border-color: #53672F; }
span { border-color: rgb(83,103,47); }
td.TdClassName
{
border-color: #53672F;
}
.TagClassName
{
border-color: #53672F;
}
</style>