Shades of Salem #10844E
Tints of Salem #10844E
RGB
CMYK
RGB Variations
Color information
#10844E (or 0x10844E) is known color: Salem. HEX triplet: 10, 84 and 4E. RGB value is (16,132,78). Sum of RGB (Red+Green+Blue) = 16+132+78=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #10844E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10844E is #EF7BB1. Grayscale: #5B5B5B. Windows color (decimal): -15694770 or 5145616. OLE color: 5145616.
HSL color Cylindrical-coordinate representation of color #10844E: hue angle of 152.07º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10844E is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 132 | 78 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.48 |
| HSL | 152.07º | 0.78% | 0.29% | - |
| HSV(B) | 152.07º | 0.88% | 0.52% | - |
| XYZ | 9.84 | 17.16 | 10 | - |
| YUV | 91.16 | 120.57 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 78 | 0.88 | 0 | 0.41 | 0.48 | 152.07 | 0.78 | 0.29 |
| Hex | 10 | 84 | 4E | 58 | 0 | 29 | 30 | 98 | 4E | 1D |
| Octal | 20 | 204 | 116 | 130 | 0 | 51 | 60 | 230 | 116 | 35 |
| Binary | 10000 | 10000100 | 1001110 | 1011000 | 0 | 101001 | 110000 | 10011000 | 1001110 | 11101 |
Color Harmonies of #10844E
Complementary color
Monochromatic Colors of #10844E
Black with #10844E
Text Example
Text Example
White with #10844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10844E; }
p { color: rgb(16,132,78); }
H1.HeaderClassName
{
color: #10844E;
}
.AnyTagClassName
{
color: #10844E;
}
</style>
background-color css
<style>
a { background-color: #10844E; }
a { background-color: rgb(16,132,78); }
div.DivClassName
{
background-color: #10844E;
}
.BgClassName
{
background-color: #10844E;
}
</style>
border-color css
<style>
span { border-color: #10844E; }
span { border-color: rgb(16,132,78); }
td.TdClassName
{
border-color: #10844E;
}
.TagClassName
{
border-color: #10844E;
}
</style>