Shades of Salem #10834B
Tints of Salem #10834B
RGB
CMYK
RGB Variations
Color information
#10834B (or 0x10834B) is known color: Salem. HEX triplet: 10, 83 and 4B. RGB value is (16,131,75). Sum of RGB (Red+Green+Blue) = 16+131+75=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #10834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10834B is #EF7CB4. Grayscale: #5A5A5A. Windows color (decimal): -15695029 or 4948752. OLE color: 4948752.
HSL color Cylindrical-coordinate representation of color #10834B: hue angle of 150.78º 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 #10834B is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 131 | 75 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.49 |
| HSL | 150.78º | 0.78% | 0.29% | - |
| HSV(B) | 150.78º | 0.88% | 0.51% | - |
| XYZ | 9.6 | 16.85 | 9.4 | - |
| YUV | 90.23 | 119.4 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 75 | 0.88 | 0 | 0.43 | 0.49 | 150.78 | 0.78 | 0.29 |
| Hex | 10 | 83 | 4B | 58 | 0 | 2B | 31 | 97 | 4E | 1D |
| Octal | 20 | 203 | 113 | 130 | 0 | 53 | 61 | 227 | 116 | 35 |
| Binary | 10000 | 10000011 | 1001011 | 1011000 | 0 | 101011 | 110001 | 10010111 | 1001110 | 11101 |
Color Harmonies of #10834B
Complementary color
Monochromatic Colors of #10834B
Black with #10834B
Text Example
Text Example
White with #10834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10834B; }
p { color: rgb(16,131,75); }
H1.HeaderClassName
{
color: #10834B;
}
.AnyTagClassName
{
color: #10834B;
}
</style>
background-color css
<style>
a { background-color: #10834B; }
a { background-color: rgb(16,131,75); }
div.DivClassName
{
background-color: #10834B;
}
.BgClassName
{
background-color: #10834B;
}
</style>
border-color css
<style>
span { border-color: #10834B; }
span { border-color: rgb(16,131,75); }
td.TdClassName
{
border-color: #10834B;
}
.TagClassName
{
border-color: #10834B;
}
</style>