Shades of Salem #17875A
Tints of Salem #17875A
RGB
CMYK
RGB Variations
Color information
#17875A (or 0x17875A) is known color: Salem. HEX triplet: 17, 87 and 5A. RGB value is (23,135,90). Sum of RGB (Red+Green+Blue) = 23+135+90=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #17875A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17875A is #E878A5. Grayscale: #606060. Windows color (decimal): -15235238 or 5932823. OLE color: 5932823.
HSL color Cylindrical-coordinate representation of color #17875A: hue angle of 155.89º 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 #17875A is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 135 | 90 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.47 |
| HSL | 155.89º | 0.71% | 0.31% | - |
| HSV(B) | 155.89º | 0.83% | 0.53% | - |
| XYZ | 10.86 | 18.25 | 12.62 | - |
| YUV | 96.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 135 | 90 | 0.83 | 0 | 0.33 | 0.47 | 155.89 | 0.71 | 0.31 |
| Hex | 17 | 87 | 5A | 53 | 0 | 21 | 2F | 9C | 47 | 1F |
| Octal | 27 | 207 | 132 | 123 | 0 | 41 | 57 | 234 | 107 | 37 |
| Binary | 10111 | 10000111 | 1011010 | 1010011 | 0 | 100001 | 101111 | 10011100 | 1000111 | 11111 |
Color Harmonies of #17875A
Complementary color
Monochromatic Colors of #17875A
Black with #17875A
Text Example
Text Example
White with #17875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17875A; }
p { color: rgb(23,135,90); }
H1.HeaderClassName
{
color: #17875A;
}
.AnyTagClassName
{
color: #17875A;
}
</style>
background-color css
<style>
a { background-color: #17875A; }
a { background-color: rgb(23,135,90); }
div.DivClassName
{
background-color: #17875A;
}
.BgClassName
{
background-color: #17875A;
}
</style>
border-color css
<style>
span { border-color: #17875A; }
span { border-color: rgb(23,135,90); }
td.TdClassName
{
border-color: #17875A;
}
.TagClassName
{
border-color: #17875A;
}
</style>