Shades of Salem #17855A
Tints of Salem #17855A
RGB
CMYK
RGB Variations
Color information
#17855A (or 0x17855A) is known color: Salem. HEX triplet: 17, 85 and 5A. RGB value is (23,133,90). Sum of RGB (Red+Green+Blue) = 23+133+90=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #17855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17855A is #E87AA5. Grayscale: #5F5F5F. Windows color (decimal): -15235750 or 5932311. OLE color: 5932311.
HSL color Cylindrical-coordinate representation of color #17855A: hue angle of 156.55º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17855A is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 133 | 90 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.48 |
| HSL | 156.55º | 0.71% | 0.31% | - |
| HSV(B) | 156.55º | 0.83% | 0.52% | - |
| XYZ | 10.59 | 17.7 | 12.53 | - |
| YUV | 95.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 90 | 0.83 | 0 | 0.32 | 0.48 | 156.55 | 0.71 | 0.31 |
| Hex | 17 | 85 | 5A | 53 | 0 | 20 | 30 | 9D | 47 | 1F |
| Octal | 27 | 205 | 132 | 123 | 0 | 40 | 60 | 235 | 107 | 37 |
| Binary | 10111 | 10000101 | 1011010 | 1010011 | 0 | 100000 | 110000 | 10011101 | 1000111 | 11111 |
Color Harmonies of #17855A
Complementary color
Monochromatic Colors of #17855A
Black with #17855A
Text Example
Text Example
White with #17855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17855A; }
p { color: rgb(23,133,90); }
H1.HeaderClassName
{
color: #17855A;
}
.AnyTagClassName
{
color: #17855A;
}
</style>
background-color css
<style>
a { background-color: #17855A; }
a { background-color: rgb(23,133,90); }
div.DivClassName
{
background-color: #17855A;
}
.BgClassName
{
background-color: #17855A;
}
</style>
border-color css
<style>
span { border-color: #17855A; }
span { border-color: rgb(23,133,90); }
td.TdClassName
{
border-color: #17855A;
}
.TagClassName
{
border-color: #17855A;
}
</style>