Shades of Dark Olive Green #51642B
Tints of Dark Olive Green #51642B
RGB
CMYK
RGB Variations
Color information
#51642B (or 0x51642B) is known color: Dark Olive Green. HEX triplet: 51, 64 and 2B. RGB value is (81,100,43). Sum of RGB (Red+Green+Blue) = 81+100+43=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #51642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51642B is #AE9BD4. Grayscale: #585858. Windows color (decimal): -11443157 or 2843729. OLE color: 2843729.
HSL color Cylindrical-coordinate representation of color #51642B: hue angle of 80º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51642B is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 100 | 43 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.61 |
| HSL | 80º | 0.4% | 0.28% | - |
| HSV(B) | 80º | 0.57% | 0.39% | - |
| XYZ | 8.39 | 11.04 | 3.97 | - |
| YUV | 87.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 43 | 0.19 | 0 | 0.57 | 0.61 | 80 | 0.4 | 0.28 |
| Hex | 51 | 64 | 2B | 13 | 0 | 39 | 3D | 50 | 28 | 1C |
| Octal | 121 | 144 | 53 | 23 | 0 | 71 | 75 | 120 | 50 | 34 |
| Binary | 1010001 | 1100100 | 101011 | 10011 | 0 | 111001 | 111101 | 1010000 | 101000 | 11100 |
Color Harmonies of #51642B
Complementary color
Monochromatic Colors of #51642B
Black with #51642B
Text Example
Text Example
White with #51642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51642B; }
p { color: rgb(81,100,43); }
H1.HeaderClassName
{
color: #51642B;
}
.AnyTagClassName
{
color: #51642B;
}
</style>
background-color css
<style>
a { background-color: #51642B; }
a { background-color: rgb(81,100,43); }
div.DivClassName
{
background-color: #51642B;
}
.BgClassName
{
background-color: #51642B;
}
</style>
border-color css
<style>
span { border-color: #51642B; }
span { border-color: rgb(81,100,43); }
td.TdClassName
{
border-color: #51642B;
}
.TagClassName
{
border-color: #51642B;
}
</style>