Shades of Salem #10724C
Tints of Salem #10724C
RGB
CMYK
RGB Variations
Color information
#10724C (or 0x10724C) is known color: Salem. HEX triplet: 10, 72 and 4C. RGB value is (16,114,76). Sum of RGB (Red+Green+Blue) = 16+114+76=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #10724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10724C is #EF8DB3. Grayscale: #505050. Windows color (decimal): -15699380 or 5009936. OLE color: 5009936.
HSL color Cylindrical-coordinate representation of color #10724C: hue angle of 156.73º 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 #10724C is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 114 | 76 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.55 |
| HSL | 156.73º | 0.75% | 0.25% | - |
| HSV(B) | 156.73º | 0.86% | 0.45% | - |
| XYZ | 7.54 | 12.67 | 8.89 | - |
| YUV | 80.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 76 | 0.86 | 0 | 0.33 | 0.55 | 156.73 | 0.75 | 0.25 |
| Hex | 10 | 72 | 4C | 56 | 0 | 21 | 37 | 9D | 4B | 19 |
| Octal | 20 | 162 | 114 | 126 | 0 | 41 | 67 | 235 | 113 | 31 |
| Binary | 10000 | 1110010 | 1001100 | 1010110 | 0 | 100001 | 110111 | 10011101 | 1001011 | 11001 |
Color Harmonies of #10724C
Complementary color
Monochromatic Colors of #10724C
Black with #10724C
Text Example
Text Example
White with #10724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10724C; }
p { color: rgb(16,114,76); }
H1.HeaderClassName
{
color: #10724C;
}
.AnyTagClassName
{
color: #10724C;
}
</style>
background-color css
<style>
a { background-color: #10724C; }
a { background-color: rgb(16,114,76); }
div.DivClassName
{
background-color: #10724C;
}
.BgClassName
{
background-color: #10724C;
}
</style>
border-color css
<style>
span { border-color: #10724C; }
span { border-color: rgb(16,114,76); }
td.TdClassName
{
border-color: #10724C;
}
.TagClassName
{
border-color: #10724C;
}
</style>