Shades of Salem #10924C
Tints of Salem #10924C
RGB
CMYK
RGB Variations
Color information
#10924C (or 0x10924C) is known color: Salem. HEX triplet: 10, 92 and 4C. RGB value is (16,146,76). Sum of RGB (Red+Green+Blue) = 16+146+76=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #10924C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10924C is #EF6DB3. Grayscale: #636363. Windows color (decimal): -15691188 or 5018128. OLE color: 5018128.
HSL color Cylindrical-coordinate representation of color #10924C: hue angle of 147.69º 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 #10924C is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 76 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.43 |
| HSL | 147.69º | 0.8% | 0.32% | - |
| HSV(B) | 147.69º | 0.89% | 0.57% | - |
| XYZ | 11.8 | 21.19 | 10.31 | - |
| YUV | 99.15 | 114.93 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 76 | 0.89 | 0 | 0.48 | 0.43 | 147.69 | 0.8 | 0.32 |
| Hex | 10 | 92 | 4C | 59 | 0 | 30 | 2B | 94 | 50 | 20 |
| Octal | 20 | 222 | 114 | 131 | 0 | 60 | 53 | 224 | 120 | 40 |
| Binary | 10000 | 10010010 | 1001100 | 1011001 | 0 | 110000 | 101011 | 10010100 | 1010000 | 100000 |
Color Harmonies of #10924C
Complementary color
Monochromatic Colors of #10924C
Black with #10924C
Text Example
Text Example
White with #10924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10924C; }
p { color: rgb(16,146,76); }
H1.HeaderClassName
{
color: #10924C;
}
.AnyTagClassName
{
color: #10924C;
}
</style>
background-color css
<style>
a { background-color: #10924C; }
a { background-color: rgb(16,146,76); }
div.DivClassName
{
background-color: #10924C;
}
.BgClassName
{
background-color: #10924C;
}
</style>
border-color css
<style>
span { border-color: #10924C; }
span { border-color: rgb(16,146,76); }
td.TdClassName
{
border-color: #10924C;
}
.TagClassName
{
border-color: #10924C;
}
</style>