Shades of Dark Olive Green #51632B
Tints of Dark Olive Green #51632B
RGB
CMYK
RGB Variations
Color information
#51632B (or 0x51632B) is known color: Dark Olive Green. HEX triplet: 51, 63 and 2B. RGB value is (81,99,43). Sum of RGB (Red+Green+Blue) = 81+99+43=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #51632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51632B is #AE9CD4. Grayscale: #575757. Windows color (decimal): -11443413 or 2843473. OLE color: 2843473.
HSL color Cylindrical-coordinate representation of color #51632B: hue angle of 79.29º degrees, saturation: 0.39, 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 #51632B is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 99 | 43 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.61 |
| HSL | 79.29º | 0.39% | 0.28% | - |
| HSV(B) | 79.29º | 0.57% | 0.39% | - |
| XYZ | 8.29 | 10.85 | 3.94 | - |
| YUV | 87.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 43 | 0.18 | 0 | 0.57 | 0.61 | 79.29 | 0.39 | 0.28 |
| Hex | 51 | 63 | 2B | 12 | 0 | 39 | 3D | 4F | 27 | 1C |
| Octal | 121 | 143 | 53 | 22 | 0 | 71 | 75 | 117 | 47 | 34 |
| Binary | 1010001 | 1100011 | 101011 | 10010 | 0 | 111001 | 111101 | 1001111 | 100111 | 11100 |
Color Harmonies of #51632B
Complementary color
Monochromatic Colors of #51632B
Black with #51632B
Text Example
Text Example
White with #51632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51632B; }
p { color: rgb(81,99,43); }
H1.HeaderClassName
{
color: #51632B;
}
.AnyTagClassName
{
color: #51632B;
}
</style>
background-color css
<style>
a { background-color: #51632B; }
a { background-color: rgb(81,99,43); }
div.DivClassName
{
background-color: #51632B;
}
.BgClassName
{
background-color: #51632B;
}
</style>
border-color css
<style>
span { border-color: #51632B; }
span { border-color: rgb(81,99,43); }
td.TdClassName
{
border-color: #51632B;
}
.TagClassName
{
border-color: #51632B;
}
</style>