Shades of Salem #17824B
Tints of Salem #17824B
RGB
CMYK
RGB Variations
Color information
#17824B (or 0x17824B) is known color: Salem. HEX triplet: 17, 82 and 4B. RGB value is (23,130,75). Sum of RGB (Red+Green+Blue) = 23+130+75=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #17824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17824B is #E87DB4. Grayscale: #5B5B5B. Windows color (decimal): -15236533 or 4948503. OLE color: 4948503.
HSL color Cylindrical-coordinate representation of color #17824B: hue angle of 149.16º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17824B is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 130 | 75 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.49 |
| HSL | 149.16º | 0.7% | 0.3% | - |
| HSV(B) | 149.16º | 0.82% | 0.51% | - |
| XYZ | 9.61 | 16.66 | 9.37 | - |
| YUV | 91.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 75 | 0.82 | 0 | 0.42 | 0.49 | 149.16 | 0.7 | 0.3 |
| Hex | 17 | 82 | 4B | 52 | 0 | 2A | 31 | 95 | 46 | 1E |
| Octal | 27 | 202 | 113 | 122 | 0 | 52 | 61 | 225 | 106 | 36 |
| Binary | 10111 | 10000010 | 1001011 | 1010010 | 0 | 101010 | 110001 | 10010101 | 1000110 | 11110 |
Color Harmonies of #17824B
Complementary color
Monochromatic Colors of #17824B
Black with #17824B
Text Example
Text Example
White with #17824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17824B; }
p { color: rgb(23,130,75); }
H1.HeaderClassName
{
color: #17824B;
}
.AnyTagClassName
{
color: #17824B;
}
</style>
background-color css
<style>
a { background-color: #17824B; }
a { background-color: rgb(23,130,75); }
div.DivClassName
{
background-color: #17824B;
}
.BgClassName
{
background-color: #17824B;
}
</style>
border-color css
<style>
span { border-color: #17824B; }
span { border-color: rgb(23,130,75); }
td.TdClassName
{
border-color: #17824B;
}
.TagClassName
{
border-color: #17824B;
}
</style>