Shades of Salem #17754B
Tints of Salem #17754B
RGB
CMYK
RGB Variations
Color information
#17754B (or 0x17754B) is known color: Salem. HEX triplet: 17, 75 and 4B. RGB value is (23,117,75). Sum of RGB (Red+Green+Blue) = 23+117+75=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #17754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17754B is #E88AB4. Grayscale: #545454. Windows color (decimal): -15239861 or 4945175. OLE color: 4945175.
HSL color Cylindrical-coordinate representation of color #17754B: hue angle of 153.19º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17754B is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 75 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.54 |
| HSL | 153.19º | 0.67% | 0.27% | - |
| HSV(B) | 153.19º | 0.8% | 0.46% | - |
| XYZ | 7.98 | 13.41 | 8.82 | - |
| YUV | 84.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 75 | 0.80 | 0 | 0.36 | 0.54 | 153.19 | 0.67 | 0.27 |
| Hex | 17 | 75 | 4B | 50 | 0 | 24 | 36 | 99 | 43 | 1B |
| Octal | 27 | 165 | 113 | 120 | 0 | 44 | 66 | 231 | 103 | 33 |
| Binary | 10111 | 1110101 | 1001011 | 1010000 | 0 | 100100 | 110110 | 10011001 | 1000011 | 11011 |
Color Harmonies of #17754B
Complementary color
Monochromatic Colors of #17754B
Black with #17754B
Text Example
Text Example
White with #17754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17754B; }
p { color: rgb(23,117,75); }
H1.HeaderClassName
{
color: #17754B;
}
.AnyTagClassName
{
color: #17754B;
}
</style>
background-color css
<style>
a { background-color: #17754B; }
a { background-color: rgb(23,117,75); }
div.DivClassName
{
background-color: #17754B;
}
.BgClassName
{
background-color: #17754B;
}
</style>
border-color css
<style>
span { border-color: #17754B; }
span { border-color: rgb(23,117,75); }
td.TdClassName
{
border-color: #17754B;
}
.TagClassName
{
border-color: #17754B;
}
</style>