Shades of Salem #17934D
Tints of Salem #17934D
RGB
CMYK
RGB Variations
Color information
#17934D (or 0x17934D) is known color: Salem. HEX triplet: 17, 93 and 4D. RGB value is (23,147,77). Sum of RGB (Red+Green+Blue) = 23+147+77=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #17934D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17934D is #E86CB2. Grayscale: #666666. Windows color (decimal): -15232179 or 5083927. OLE color: 5083927.
HSL color Cylindrical-coordinate representation of color #17934D: hue angle of 146.13º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17934D is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 147 | 77 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.42 |
| HSL | 146.13º | 0.73% | 0.33% | - |
| HSV(B) | 146.13º | 0.84% | 0.58% | - |
| XYZ | 12.13 | 21.59 | 10.55 | - |
| YUV | 101.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 77 | 0.84 | 0 | 0.48 | 0.42 | 146.13 | 0.73 | 0.33 |
| Hex | 17 | 93 | 4D | 54 | 0 | 30 | 2A | 92 | 49 | 21 |
| Octal | 27 | 223 | 115 | 124 | 0 | 60 | 52 | 222 | 111 | 41 |
| Binary | 10111 | 10010011 | 1001101 | 1010100 | 0 | 110000 | 101010 | 10010010 | 1001001 | 100001 |
Color Harmonies of #17934D
Complementary color
Monochromatic Colors of #17934D
Black with #17934D
Text Example
Text Example
White with #17934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17934D; }
p { color: rgb(23,147,77); }
H1.HeaderClassName
{
color: #17934D;
}
.AnyTagClassName
{
color: #17934D;
}
</style>
background-color css
<style>
a { background-color: #17934D; }
a { background-color: rgb(23,147,77); }
div.DivClassName
{
background-color: #17934D;
}
.BgClassName
{
background-color: #17934D;
}
</style>
border-color css
<style>
span { border-color: #17934D; }
span { border-color: rgb(23,147,77); }
td.TdClassName
{
border-color: #17934D;
}
.TagClassName
{
border-color: #17934D;
}
</style>