Shades of Salem #108549
Tints of Salem #108549
RGB
CMYK
RGB Variations
Color information
#108549 (or 0x108549) is known color: Salem. HEX triplet: 10, 85 and 49. RGB value is (16,133,73). Sum of RGB (Red+Green+Blue) = 16+133+73=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #108549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108549 is #EF7AB6. Grayscale: #5B5B5B. Windows color (decimal): -15694519 or 4818192. OLE color: 4818192.
HSL color Cylindrical-coordinate representation of color #108549: hue angle of 149.23º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108549 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 133 | 73 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.48 |
| HSL | 149.23º | 0.79% | 0.29% | - |
| HSV(B) | 149.23º | 0.88% | 0.52% | - |
| XYZ | 9.8 | 17.37 | 9.14 | - |
| YUV | 91.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 73 | 0.88 | 0 | 0.45 | 0.48 | 149.23 | 0.79 | 0.29 |
| Hex | 10 | 85 | 49 | 58 | 0 | 2D | 30 | 95 | 4F | 1D |
| Octal | 20 | 205 | 111 | 130 | 0 | 55 | 60 | 225 | 117 | 35 |
| Binary | 10000 | 10000101 | 1001001 | 1011000 | 0 | 101101 | 110000 | 10010101 | 1001111 | 11101 |
Color Harmonies of #108549
Complementary color
Monochromatic Colors of #108549
Black with #108549
Text Example
Text Example
White with #108549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108549; }
p { color: rgb(16,133,73); }
H1.HeaderClassName
{
color: #108549;
}
.AnyTagClassName
{
color: #108549;
}
</style>
background-color css
<style>
a { background-color: #108549; }
a { background-color: rgb(16,133,73); }
div.DivClassName
{
background-color: #108549;
}
.BgClassName
{
background-color: #108549;
}
</style>
border-color css
<style>
span { border-color: #108549; }
span { border-color: rgb(16,133,73); }
td.TdClassName
{
border-color: #108549;
}
.TagClassName
{
border-color: #108549;
}
</style>