Shades of Salem #10724D
Tints of Salem #10724D
RGB
CMYK
RGB Variations
Color information
#10724D (or 0x10724D) is known color: Salem. HEX triplet: 10, 72 and 4D. RGB value is (16,114,77). Sum of RGB (Red+Green+Blue) = 16+114+77=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #10724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10724D is #EF8DB2. Grayscale: #505050. Windows color (decimal): -15699379 or 5075472. OLE color: 5075472.
HSL color Cylindrical-coordinate representation of color #10724D: hue angle of 157.35º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10724D is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 114 | 77 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.55 |
| HSL | 157.35º | 0.75% | 0.25% | - |
| HSV(B) | 157.35º | 0.86% | 0.45% | - |
| XYZ | 7.57 | 12.68 | 9.07 | - |
| YUV | 80.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 77 | 0.86 | 0 | 0.32 | 0.55 | 157.35 | 0.75 | 0.25 |
| Hex | 10 | 72 | 4D | 56 | 0 | 20 | 37 | 9D | 4B | 19 |
| Octal | 20 | 162 | 115 | 126 | 0 | 40 | 67 | 235 | 113 | 31 |
| Binary | 10000 | 1110010 | 1001101 | 1010110 | 0 | 100000 | 110111 | 10011101 | 1001011 | 11001 |
Color Harmonies of #10724D
Complementary color
Monochromatic Colors of #10724D
Black with #10724D
Text Example
Text Example
White with #10724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10724D; }
p { color: rgb(16,114,77); }
H1.HeaderClassName
{
color: #10724D;
}
.AnyTagClassName
{
color: #10724D;
}
</style>
background-color css
<style>
a { background-color: #10724D; }
a { background-color: rgb(16,114,77); }
div.DivClassName
{
background-color: #10724D;
}
.BgClassName
{
background-color: #10724D;
}
</style>
border-color css
<style>
span { border-color: #10724D; }
span { border-color: rgb(16,114,77); }
td.TdClassName
{
border-color: #10724D;
}
.TagClassName
{
border-color: #10724D;
}
</style>