Shades of Dark Olive Green #51622C
Tints of Dark Olive Green #51622C
RGB
CMYK
RGB Variations
Color information
#51622C (or 0x51622C) is known color: Dark Olive Green. HEX triplet: 51, 62 and 2C. RGB value is (81,98,44). Sum of RGB (Red+Green+Blue) = 81+98+44=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #51622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51622C is #AE9DD3. Grayscale: #565656. Windows color (decimal): -11443668 or 2908753. OLE color: 2908753.
HSL color Cylindrical-coordinate representation of color #51622C: hue angle of 78.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51622C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 44 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.62 |
| HSL | 78.89º | 0.38% | 0.28% | - |
| HSV(B) | 78.89º | 0.55% | 0.38% | - |
| XYZ | 8.22 | 10.67 | 4.01 | - |
| YUV | 86.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 44 | 0.17 | 0 | 0.55 | 0.62 | 78.89 | 0.38 | 0.28 |
| Hex | 51 | 62 | 2C | 11 | 0 | 37 | 3E | 4F | 26 | 1C |
| Octal | 121 | 142 | 54 | 21 | 0 | 67 | 76 | 117 | 46 | 34 |
| Binary | 1010001 | 1100010 | 101100 | 10001 | 0 | 110111 | 111110 | 1001111 | 100110 | 11100 |
Color Harmonies of #51622C
Complementary color
Monochromatic Colors of #51622C
Black with #51622C
Text Example
Text Example
White with #51622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51622C; }
p { color: rgb(81,98,44); }
H1.HeaderClassName
{
color: #51622C;
}
.AnyTagClassName
{
color: #51622C;
}
</style>
background-color css
<style>
a { background-color: #51622C; }
a { background-color: rgb(81,98,44); }
div.DivClassName
{
background-color: #51622C;
}
.BgClassName
{
background-color: #51622C;
}
</style>
border-color css
<style>
span { border-color: #51622C; }
span { border-color: rgb(81,98,44); }
td.TdClassName
{
border-color: #51622C;
}
.TagClassName
{
border-color: #51622C;
}
</style>