Shades of Salem #10824E
Tints of Salem #10824E
RGB
CMYK
RGB Variations
Color information
#10824E (or 0x10824E) is known color: Salem. HEX triplet: 10, 82 and 4E. RGB value is (16,130,78). Sum of RGB (Red+Green+Blue) = 16+130+78=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #10824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10824E is #EF7DB1. Grayscale: #5A5A5A. Windows color (decimal): -15695282 or 5145104. OLE color: 5145104.
HSL color Cylindrical-coordinate representation of color #10824E: hue angle of 152.63º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10824E is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 130 | 78 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.49 |
| HSL | 152.63º | 0.78% | 0.29% | - |
| HSV(B) | 152.63º | 0.88% | 0.51% | - |
| XYZ | 9.57 | 16.63 | 9.91 | - |
| YUV | 89.99 | 121.23 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 78 | 0.88 | 0 | 0.40 | 0.49 | 152.63 | 0.78 | 0.29 |
| Hex | 10 | 82 | 4E | 58 | 0 | 28 | 31 | 99 | 4E | 1D |
| Octal | 20 | 202 | 116 | 130 | 0 | 50 | 61 | 231 | 116 | 35 |
| Binary | 10000 | 10000010 | 1001110 | 1011000 | 0 | 101000 | 110001 | 10011001 | 1001110 | 11101 |
Color Harmonies of #10824E
Complementary color
Monochromatic Colors of #10824E
Black with #10824E
Text Example
Text Example
White with #10824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10824E; }
p { color: rgb(16,130,78); }
H1.HeaderClassName
{
color: #10824E;
}
.AnyTagClassName
{
color: #10824E;
}
</style>
background-color css
<style>
a { background-color: #10824E; }
a { background-color: rgb(16,130,78); }
div.DivClassName
{
background-color: #10824E;
}
.BgClassName
{
background-color: #10824E;
}
</style>
border-color css
<style>
span { border-color: #10824E; }
span { border-color: rgb(16,130,78); }
td.TdClassName
{
border-color: #10824E;
}
.TagClassName
{
border-color: #10824E;
}
</style>