Shades of Salem #10744C
Tints of Salem #10744C
RGB
CMYK
RGB Variations
Color information
#10744C (or 0x10744C) is known color: Salem. HEX triplet: 10, 74 and 4C. RGB value is (16,116,76). Sum of RGB (Red+Green+Blue) = 16+116+76=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #10744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10744C is #EF8BB3. Grayscale: #515151. Windows color (decimal): -15698868 or 5010448. OLE color: 5010448.
HSL color Cylindrical-coordinate representation of color #10744C: hue angle of 156º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10744C is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 76 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.55 |
| HSL | 156º | 0.76% | 0.26% | - |
| HSV(B) | 156º | 0.86% | 0.45% | - |
| XYZ | 7.76 | 13.12 | 8.96 | - |
| YUV | 81.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 76 | 0.86 | 0 | 0.34 | 0.55 | 156 | 0.76 | 0.26 |
| Hex | 10 | 74 | 4C | 56 | 0 | 22 | 37 | 9C | 4C | 1A |
| Octal | 20 | 164 | 114 | 126 | 0 | 42 | 67 | 234 | 114 | 32 |
| Binary | 10000 | 1110100 | 1001100 | 1010110 | 0 | 100010 | 110111 | 10011100 | 1001100 | 11010 |
Color Harmonies of #10744C
Complementary color
Monochromatic Colors of #10744C
Black with #10744C
Text Example
Text Example
White with #10744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10744C; }
p { color: rgb(16,116,76); }
H1.HeaderClassName
{
color: #10744C;
}
.AnyTagClassName
{
color: #10744C;
}
</style>
background-color css
<style>
a { background-color: #10744C; }
a { background-color: rgb(16,116,76); }
div.DivClassName
{
background-color: #10744C;
}
.BgClassName
{
background-color: #10744C;
}
</style>
border-color css
<style>
span { border-color: #10744C; }
span { border-color: rgb(16,116,76); }
td.TdClassName
{
border-color: #10744C;
}
.TagClassName
{
border-color: #10744C;
}
</style>