Shades of Salem #17824A
Tints of Salem #17824A
RGB
CMYK
RGB Variations
Color information
#17824A (or 0x17824A) is known color: Salem. HEX triplet: 17, 82 and 4A. RGB value is (23,130,74). Sum of RGB (Red+Green+Blue) = 23+130+74=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #17824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17824A is #E87DB5. Grayscale: #5B5B5B. Windows color (decimal): -15236534 or 4882967. OLE color: 4882967.
HSL color Cylindrical-coordinate representation of color #17824A: hue angle of 148.6º 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 #17824A is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 130 | 74 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.49 |
| HSL | 148.6º | 0.7% | 0.3% | - |
| HSV(B) | 148.6º | 0.82% | 0.51% | - |
| XYZ | 9.57 | 16.64 | 9.19 | - |
| YUV | 91.62 | 118.05 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 74 | 0.82 | 0 | 0.43 | 0.49 | 148.6 | 0.7 | 0.3 |
| Hex | 17 | 82 | 4A | 52 | 0 | 2B | 31 | 95 | 46 | 1E |
| Octal | 27 | 202 | 112 | 122 | 0 | 53 | 61 | 225 | 106 | 36 |
| Binary | 10111 | 10000010 | 1001010 | 1010010 | 0 | 101011 | 110001 | 10010101 | 1000110 | 11110 |
Color Harmonies of #17824A
Complementary color
Monochromatic Colors of #17824A
Black with #17824A
Text Example
Text Example
White with #17824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17824A; }
p { color: rgb(23,130,74); }
H1.HeaderClassName
{
color: #17824A;
}
.AnyTagClassName
{
color: #17824A;
}
</style>
background-color css
<style>
a { background-color: #17824A; }
a { background-color: rgb(23,130,74); }
div.DivClassName
{
background-color: #17824A;
}
.BgClassName
{
background-color: #17824A;
}
</style>
border-color css
<style>
span { border-color: #17824A; }
span { border-color: rgb(23,130,74); }
td.TdClassName
{
border-color: #17824A;
}
.TagClassName
{
border-color: #17824A;
}
</style>