Shades of Salem #10924E
Tints of Salem #10924E
RGB
CMYK
RGB Variations
Color information
#10924E (or 0x10924E) is known color: Salem. HEX triplet: 10, 92 and 4E. RGB value is (16,146,78). Sum of RGB (Red+Green+Blue) = 16+146+78=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #10924E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10924E is #EF6DB1. Grayscale: #636363. Windows color (decimal): -15691186 or 5149200. OLE color: 5149200.
HSL color Cylindrical-coordinate representation of color #10924E: hue angle of 148.62º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10924E is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 78 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.43 |
| HSL | 148.62º | 0.8% | 0.32% | - |
| HSV(B) | 148.62º | 0.89% | 0.57% | - |
| XYZ | 11.87 | 21.22 | 10.68 | - |
| YUV | 99.38 | 115.93 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 78 | 0.89 | 0 | 0.47 | 0.43 | 148.62 | 0.8 | 0.32 |
| Hex | 10 | 92 | 4E | 59 | 0 | 2F | 2B | 95 | 50 | 20 |
| Octal | 20 | 222 | 116 | 131 | 0 | 57 | 53 | 225 | 120 | 40 |
| Binary | 10000 | 10010010 | 1001110 | 1011001 | 0 | 101111 | 101011 | 10010101 | 1010000 | 100000 |
Color Harmonies of #10924E
Complementary color
Monochromatic Colors of #10924E
Black with #10924E
Text Example
Text Example
White with #10924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10924E; }
p { color: rgb(16,146,78); }
H1.HeaderClassName
{
color: #10924E;
}
.AnyTagClassName
{
color: #10924E;
}
</style>
background-color css
<style>
a { background-color: #10924E; }
a { background-color: rgb(16,146,78); }
div.DivClassName
{
background-color: #10924E;
}
.BgClassName
{
background-color: #10924E;
}
</style>
border-color css
<style>
span { border-color: #10924E; }
span { border-color: rgb(16,146,78); }
td.TdClassName
{
border-color: #10924E;
}
.TagClassName
{
border-color: #10924E;
}
</style>