Shades of Salem #17854F
Tints of Salem #17854F
RGB
CMYK
RGB Variations
Color information
#17854F (or 0x17854F) is known color: Salem. HEX triplet: 17, 85 and 4F. RGB value is (23,133,79). Sum of RGB (Red+Green+Blue) = 23+133+79=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #17854F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17854F is #E87AB0. Grayscale: #5E5E5E. Windows color (decimal): -15235761 or 5211415. OLE color: 5211415.
HSL color Cylindrical-coordinate representation of color #17854F: hue angle of 150.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 #17854F is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 133 | 79 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.48 |
| HSL | 150.55º | 0.71% | 0.31% | - |
| HSV(B) | 150.55º | 0.83% | 0.52% | - |
| XYZ | 10.15 | 17.52 | 10.24 | - |
| YUV | 93.95 | 119.56 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 79 | 0.83 | 0 | 0.41 | 0.48 | 150.55 | 0.71 | 0.31 |
| Hex | 17 | 85 | 4F | 53 | 0 | 29 | 30 | 97 | 47 | 1F |
| Octal | 27 | 205 | 117 | 123 | 0 | 51 | 60 | 227 | 107 | 37 |
| Binary | 10111 | 10000101 | 1001111 | 1010011 | 0 | 101001 | 110000 | 10010111 | 1000111 | 11111 |
Color Harmonies of #17854F
Complementary color
Monochromatic Colors of #17854F
Black with #17854F
Text Example
Text Example
White with #17854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17854F; }
p { color: rgb(23,133,79); }
H1.HeaderClassName
{
color: #17854F;
}
.AnyTagClassName
{
color: #17854F;
}
</style>
background-color css
<style>
a { background-color: #17854F; }
a { background-color: rgb(23,133,79); }
div.DivClassName
{
background-color: #17854F;
}
.BgClassName
{
background-color: #17854F;
}
</style>
border-color css
<style>
span { border-color: #17854F; }
span { border-color: rgb(23,133,79); }
td.TdClassName
{
border-color: #17854F;
}
.TagClassName
{
border-color: #17854F;
}
</style>