Shades of Dark Olive Green #53622F
Tints of Dark Olive Green #53622F
RGB
CMYK
RGB Variations
Color information
#53622F (or 0x53622F) is known color: Dark Olive Green. HEX triplet: 53, 62 and 2F. RGB value is (83,98,47). Sum of RGB (Red+Green+Blue) = 83+98+47=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #53622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53622F is #AC9DD0. Grayscale: #575757. Windows color (decimal): -11312593 or 3105363. OLE color: 3105363.
HSL color Cylindrical-coordinate representation of color #53622F: hue angle of 77.65º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53622F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 47 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.62 |
| HSL | 77.65º | 0.35% | 0.28% | - |
| HSV(B) | 77.65º | 0.52% | 0.38% | - |
| XYZ | 8.45 | 10.78 | 4.32 | - |
| YUV | 87.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 47 | 0.15 | 0 | 0.52 | 0.62 | 77.65 | 0.35 | 0.28 |
| Hex | 53 | 62 | 2F | F | 0 | 34 | 3E | 4E | 23 | 1C |
| Octal | 123 | 142 | 57 | 17 | 0 | 64 | 76 | 116 | 43 | 34 |
| Binary | 1010011 | 1100010 | 101111 | 1111 | 0 | 110100 | 111110 | 1001110 | 100011 | 11100 |
Color Harmonies of #53622F
Complementary color
Monochromatic Colors of #53622F
Black with #53622F
Text Example
Text Example
White with #53622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53622F; }
p { color: rgb(83,98,47); }
H1.HeaderClassName
{
color: #53622F;
}
.AnyTagClassName
{
color: #53622F;
}
</style>
background-color css
<style>
a { background-color: #53622F; }
a { background-color: rgb(83,98,47); }
div.DivClassName
{
background-color: #53622F;
}
.BgClassName
{
background-color: #53622F;
}
</style>
border-color css
<style>
span { border-color: #53622F; }
span { border-color: rgb(83,98,47); }
td.TdClassName
{
border-color: #53622F;
}
.TagClassName
{
border-color: #53622F;
}
</style>