Shades of Salem #17904D
Tints of Salem #17904D
RGB
CMYK
RGB Variations
Color information
#17904D (or 0x17904D) is known color: Salem. HEX triplet: 17, 90 and 4D. RGB value is (23,144,77). Sum of RGB (Red+Green+Blue) = 23+144+77=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #17904D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17904D is #E86FB2. Grayscale: #646464. Windows color (decimal): -15232947 or 5083159. OLE color: 5083159.
HSL color Cylindrical-coordinate representation of color #17904D: hue angle of 146.78º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17904D is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 144 | 77 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.44 |
| HSL | 146.78º | 0.72% | 0.33% | - |
| HSV(B) | 146.78º | 0.84% | 0.56% | - |
| XYZ | 11.67 | 20.66 | 10.39 | - |
| YUV | 100.18 | 114.91 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 77 | 0.84 | 0 | 0.47 | 0.44 | 146.78 | 0.72 | 0.33 |
| Hex | 17 | 90 | 4D | 54 | 0 | 2F | 2C | 93 | 48 | 21 |
| Octal | 27 | 220 | 115 | 124 | 0 | 57 | 54 | 223 | 110 | 41 |
| Binary | 10111 | 10010000 | 1001101 | 1010100 | 0 | 101111 | 101100 | 10010011 | 1001000 | 100001 |
Color Harmonies of #17904D
Complementary color
Monochromatic Colors of #17904D
Black with #17904D
Text Example
Text Example
White with #17904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17904D; }
p { color: rgb(23,144,77); }
H1.HeaderClassName
{
color: #17904D;
}
.AnyTagClassName
{
color: #17904D;
}
</style>
background-color css
<style>
a { background-color: #17904D; }
a { background-color: rgb(23,144,77); }
div.DivClassName
{
background-color: #17904D;
}
.BgClassName
{
background-color: #17904D;
}
</style>
border-color css
<style>
span { border-color: #17904D; }
span { border-color: rgb(23,144,77); }
td.TdClassName
{
border-color: #17904D;
}
.TagClassName
{
border-color: #17904D;
}
</style>