Shades of Salem #17914B
Tints of Salem #17914B
RGB
CMYK
RGB Variations
Color information
#17914B (or 0x17914B) is known color: Salem. HEX triplet: 17, 91 and 4B. RGB value is (23,145,75). Sum of RGB (Red+Green+Blue) = 23+145+75=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #17914B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17914B is #E86EB4. Grayscale: #646464. Windows color (decimal): -15232693 or 4952343. OLE color: 4952343.
HSL color Cylindrical-coordinate representation of color #17914B: hue angle of 145.57º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17914B is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 23 | 145 | 75 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.43 |
| HSL | 145.57º | 0.73% | 0.33% | - |
| HSV(B) | 145.57º | 0.84% | 0.57% | - |
| XYZ | 11.75 | 20.94 | 10.08 | - |
| YUV | 100.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 75 | 0.84 | 0 | 0.48 | 0.43 | 145.57 | 0.73 | 0.33 |
| Hex | 17 | 91 | 4B | 54 | 0 | 30 | 2B | 92 | 49 | 21 |
| Octal | 27 | 221 | 113 | 124 | 0 | 60 | 53 | 222 | 111 | 41 |
| Binary | 10111 | 10010001 | 1001011 | 1010100 | 0 | 110000 | 101011 | 10010010 | 1001001 | 100001 |
Color Harmonies of #17914B
Complementary color
Monochromatic Colors of #17914B
Black with #17914B
Text Example
Text Example
White with #17914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17914B; }
p { color: rgb(23,145,75); }
H1.HeaderClassName
{
color: #17914B;
}
.AnyTagClassName
{
color: #17914B;
}
</style>
background-color css
<style>
a { background-color: #17914B; }
a { background-color: rgb(23,145,75); }
div.DivClassName
{
background-color: #17914B;
}
.BgClassName
{
background-color: #17914B;
}
</style>
border-color css
<style>
span { border-color: #17914B; }
span { border-color: rgb(23,145,75); }
td.TdClassName
{
border-color: #17914B;
}
.TagClassName
{
border-color: #17914B;
}
</style>