Shades of Salem #17854C
Tints of Salem #17854C
RGB
CMYK
RGB Variations
Color information
#17854C (or 0x17854C) is known color: Salem. HEX triplet: 17, 85 and 4C. RGB value is (23,133,76). Sum of RGB (Red+Green+Blue) = 23+133+76=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #17854C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17854C is #E87AB3. Grayscale: #5D5D5D. Windows color (decimal): -15235764 or 5014807. OLE color: 5014807.
HSL color Cylindrical-coordinate representation of color #17854C: hue angle of 148.91º 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 #17854C is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 133 | 76 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.48 |
| HSL | 148.91º | 0.71% | 0.31% | - |
| HSV(B) | 148.91º | 0.83% | 0.52% | - |
| XYZ | 10.05 | 17.48 | 9.68 | - |
| YUV | 93.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 76 | 0.83 | 0 | 0.43 | 0.48 | 148.91 | 0.71 | 0.31 |
| Hex | 17 | 85 | 4C | 53 | 0 | 2B | 30 | 95 | 47 | 1F |
| Octal | 27 | 205 | 114 | 123 | 0 | 53 | 60 | 225 | 107 | 37 |
| Binary | 10111 | 10000101 | 1001100 | 1010011 | 0 | 101011 | 110000 | 10010101 | 1000111 | 11111 |
Color Harmonies of #17854C
Complementary color
Monochromatic Colors of #17854C
Black with #17854C
Text Example
Text Example
White with #17854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17854C; }
p { color: rgb(23,133,76); }
H1.HeaderClassName
{
color: #17854C;
}
.AnyTagClassName
{
color: #17854C;
}
</style>
background-color css
<style>
a { background-color: #17854C; }
a { background-color: rgb(23,133,76); }
div.DivClassName
{
background-color: #17854C;
}
.BgClassName
{
background-color: #17854C;
}
</style>
border-color css
<style>
span { border-color: #17854C; }
span { border-color: rgb(23,133,76); }
td.TdClassName
{
border-color: #17854C;
}
.TagClassName
{
border-color: #17854C;
}
</style>