Shades of Salem #17885A
Tints of Salem #17885A
RGB
CMYK
RGB Variations
Color information
#17885A (or 0x17885A) is known color: Salem. HEX triplet: 17, 88 and 5A. RGB value is (23,136,90). Sum of RGB (Red+Green+Blue) = 23+136+90=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #17885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17885A is #E877A5. Grayscale: #616161. Windows color (decimal): -15234982 or 5933079. OLE color: 5933079.
HSL color Cylindrical-coordinate representation of color #17885A: hue angle of 155.58º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17885A is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 136 | 90 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.47 |
| HSL | 155.58º | 0.71% | 0.31% | - |
| HSV(B) | 155.58º | 0.83% | 0.53% | - |
| XYZ | 11 | 18.53 | 12.67 | - |
| YUV | 96.97 | 124.06 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 136 | 90 | 0.83 | 0 | 0.34 | 0.47 | 155.58 | 0.71 | 0.31 |
| Hex | 17 | 88 | 5A | 53 | 0 | 22 | 2F | 9C | 47 | 1F |
| Octal | 27 | 210 | 132 | 123 | 0 | 42 | 57 | 234 | 107 | 37 |
| Binary | 10111 | 10001000 | 1011010 | 1010011 | 0 | 100010 | 101111 | 10011100 | 1000111 | 11111 |
Color Harmonies of #17885A
Complementary color
Monochromatic Colors of #17885A
Black with #17885A
Text Example
Text Example
White with #17885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17885A; }
p { color: rgb(23,136,90); }
H1.HeaderClassName
{
color: #17885A;
}
.AnyTagClassName
{
color: #17885A;
}
</style>
background-color css
<style>
a { background-color: #17885A; }
a { background-color: rgb(23,136,90); }
div.DivClassName
{
background-color: #17885A;
}
.BgClassName
{
background-color: #17885A;
}
</style>
border-color css
<style>
span { border-color: #17885A; }
span { border-color: rgb(23,136,90); }
td.TdClassName
{
border-color: #17885A;
}
.TagClassName
{
border-color: #17885A;
}
</style>