Shades of Salem #10834C
Tints of Salem #10834C
RGB
CMYK
RGB Variations
Color information
#10834C (or 0x10834C) is known color: Salem. HEX triplet: 10, 83 and 4C. RGB value is (16,131,76). Sum of RGB (Red+Green+Blue) = 16+131+76=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #10834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10834C is #EF7CB3. Grayscale: #5A5A5A. Windows color (decimal): -15695028 or 5014288. OLE color: 5014288.
HSL color Cylindrical-coordinate representation of color #10834C: hue angle of 151.3º 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 #10834C is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 131 | 76 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.49 |
| HSL | 151.3º | 0.78% | 0.29% | - |
| HSV(B) | 151.3º | 0.88% | 0.51% | - |
| XYZ | 9.63 | 16.86 | 9.58 | - |
| YUV | 90.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 76 | 0.88 | 0 | 0.42 | 0.49 | 151.3 | 0.78 | 0.29 |
| Hex | 10 | 83 | 4C | 58 | 0 | 2A | 31 | 97 | 4E | 1D |
| Octal | 20 | 203 | 114 | 130 | 0 | 52 | 61 | 227 | 116 | 35 |
| Binary | 10000 | 10000011 | 1001100 | 1011000 | 0 | 101010 | 110001 | 10010111 | 1001110 | 11101 |
Color Harmonies of #10834C
Complementary color
Monochromatic Colors of #10834C
Black with #10834C
Text Example
Text Example
White with #10834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10834C; }
p { color: rgb(16,131,76); }
H1.HeaderClassName
{
color: #10834C;
}
.AnyTagClassName
{
color: #10834C;
}
</style>
background-color css
<style>
a { background-color: #10834C; }
a { background-color: rgb(16,131,76); }
div.DivClassName
{
background-color: #10834C;
}
.BgClassName
{
background-color: #10834C;
}
</style>
border-color css
<style>
span { border-color: #10834C; }
span { border-color: rgb(16,131,76); }
td.TdClassName
{
border-color: #10834C;
}
.TagClassName
{
border-color: #10834C;
}
</style>