Shades of Salem #17804C
Tints of Salem #17804C
RGB
CMYK
RGB Variations
Color information
#17804C (or 0x17804C) is known color: Salem. HEX triplet: 17, 80 and 4C. RGB value is (23,128,76). Sum of RGB (Red+Green+Blue) = 23+128+76=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #17804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17804C is #E87FB3. Grayscale: #5A5A5A. Windows color (decimal): -15237044 or 5013527. OLE color: 5013527.
HSL color Cylindrical-coordinate representation of color #17804C: hue angle of 150.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17804C is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 128 | 76 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.50 |
| HSL | 150.29º | 0.7% | 0.3% | - |
| HSV(B) | 150.29º | 0.82% | 0.5% | - |
| XYZ | 9.38 | 16.14 | 9.46 | - |
| YUV | 90.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 76 | 0.82 | 0 | 0.41 | 0.50 | 150.29 | 0.7 | 0.3 |
| Hex | 17 | 80 | 4C | 52 | 0 | 29 | 32 | 96 | 46 | 1E |
| Octal | 27 | 200 | 114 | 122 | 0 | 51 | 62 | 226 | 106 | 36 |
| Binary | 10111 | 10000000 | 1001100 | 1010010 | 0 | 101001 | 110010 | 10010110 | 1000110 | 11110 |
Color Harmonies of #17804C
Complementary color
Monochromatic Colors of #17804C
Black with #17804C
Text Example
Text Example
White with #17804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17804C; }
p { color: rgb(23,128,76); }
H1.HeaderClassName
{
color: #17804C;
}
.AnyTagClassName
{
color: #17804C;
}
</style>
background-color css
<style>
a { background-color: #17804C; }
a { background-color: rgb(23,128,76); }
div.DivClassName
{
background-color: #17804C;
}
.BgClassName
{
background-color: #17804C;
}
</style>
border-color css
<style>
span { border-color: #17804C; }
span { border-color: rgb(23,128,76); }
td.TdClassName
{
border-color: #17804C;
}
.TagClassName
{
border-color: #17804C;
}
</style>