Shades of Salem #17874A
Tints of Salem #17874A
RGB
CMYK
RGB Variations
Color information
#17874A (or 0x17874A) is known color: Salem. HEX triplet: 17, 87 and 4A. RGB value is (23,135,74). Sum of RGB (Red+Green+Blue) = 23+135+74=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #17874A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17874A is #E878B5. Grayscale: #5E5E5E. Windows color (decimal): -15235254 or 4884247. OLE color: 4884247.
HSL color Cylindrical-coordinate representation of color #17874A: hue angle of 147.32º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17874A is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 135 | 74 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.47 |
| HSL | 147.32º | 0.71% | 0.31% | - |
| HSV(B) | 147.32º | 0.83% | 0.53% | - |
| XYZ | 10.25 | 18 | 9.41 | - |
| YUV | 94.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 135 | 74 | 0.83 | 0 | 0.45 | 0.47 | 147.32 | 0.71 | 0.31 |
| Hex | 17 | 87 | 4A | 53 | 0 | 2D | 2F | 93 | 47 | 1F |
| Octal | 27 | 207 | 112 | 123 | 0 | 55 | 57 | 223 | 107 | 37 |
| Binary | 10111 | 10000111 | 1001010 | 1010011 | 0 | 101101 | 101111 | 10010011 | 1000111 | 11111 |
Color Harmonies of #17874A
Complementary color
Monochromatic Colors of #17874A
Black with #17874A
Text Example
Text Example
White with #17874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17874A; }
p { color: rgb(23,135,74); }
H1.HeaderClassName
{
color: #17874A;
}
.AnyTagClassName
{
color: #17874A;
}
</style>
background-color css
<style>
a { background-color: #17874A; }
a { background-color: rgb(23,135,74); }
div.DivClassName
{
background-color: #17874A;
}
.BgClassName
{
background-color: #17874A;
}
</style>
border-color css
<style>
span { border-color: #17874A; }
span { border-color: rgb(23,135,74); }
td.TdClassName
{
border-color: #17874A;
}
.TagClassName
{
border-color: #17874A;
}
</style>