Shades of Salem #10913B
Tints of Salem #10913B
RGB
CMYK
RGB Variations
Color information
#10913B (or 0x10913B) is known color: Salem. HEX triplet: 10, 91 and 3B. RGB value is (16,145,59). Sum of RGB (Red+Green+Blue) = 16+145+59=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #10913B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10913B is #EF6EC4. Grayscale: #606060. Windows color (decimal): -15691461 or 3903760. OLE color: 3903760.
HSL color Cylindrical-coordinate representation of color #10913B: hue angle of 140º 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 #10913B is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 145 | 59 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.43 |
| HSL | 140º | 0.8% | 0.32% | - |
| HSV(B) | 140º | 0.89% | 0.57% | - |
| XYZ | 11.13 | 20.68 | 7.54 | - |
| YUV | 96.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 59 | 0.89 | 0 | 0.59 | 0.43 | 140 | 0.8 | 0.32 |
| Hex | 10 | 91 | 3B | 59 | 0 | 3B | 2B | 8C | 50 | 20 |
| Octal | 20 | 221 | 73 | 131 | 0 | 73 | 53 | 214 | 120 | 40 |
| Binary | 10000 | 10010001 | 111011 | 1011001 | 0 | 111011 | 101011 | 10001100 | 1010000 | 100000 |
Color Harmonies of #10913B
Complementary color
Monochromatic Colors of #10913B
Black with #10913B
Text Example
Text Example
White with #10913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10913B; }
p { color: rgb(16,145,59); }
H1.HeaderClassName
{
color: #10913B;
}
.AnyTagClassName
{
color: #10913B;
}
</style>
background-color css
<style>
a { background-color: #10913B; }
a { background-color: rgb(16,145,59); }
div.DivClassName
{
background-color: #10913B;
}
.BgClassName
{
background-color: #10913B;
}
</style>
border-color css
<style>
span { border-color: #10913B; }
span { border-color: rgb(16,145,59); }
td.TdClassName
{
border-color: #10913B;
}
.TagClassName
{
border-color: #10913B;
}
</style>