Shades of Salem #17814D
Tints of Salem #17814D
RGB
CMYK
RGB Variations
Color information
#17814D (or 0x17814D) is known color: Salem. HEX triplet: 17, 81 and 4D. RGB value is (23,129,77). Sum of RGB (Red+Green+Blue) = 23+129+77=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #17814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17814D is #E87EB2. Grayscale: #5B5B5B. Windows color (decimal): -15236787 or 5079319. OLE color: 5079319.
HSL color Cylindrical-coordinate representation of color #17814D: hue angle of 150.57º 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 #17814D is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 77 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.49 |
| HSL | 150.57º | 0.7% | 0.3% | - |
| HSV(B) | 150.57º | 0.82% | 0.51% | - |
| XYZ | 9.54 | 16.42 | 9.69 | - |
| YUV | 91.38 | 119.88 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 77 | 0.82 | 0 | 0.40 | 0.49 | 150.57 | 0.7 | 0.3 |
| Hex | 17 | 81 | 4D | 52 | 0 | 28 | 31 | 97 | 46 | 1E |
| Octal | 27 | 201 | 115 | 122 | 0 | 50 | 61 | 227 | 106 | 36 |
| Binary | 10111 | 10000001 | 1001101 | 1010010 | 0 | 101000 | 110001 | 10010111 | 1000110 | 11110 |
Color Harmonies of #17814D
Complementary color
Monochromatic Colors of #17814D
Black with #17814D
Text Example
Text Example
White with #17814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17814D; }
p { color: rgb(23,129,77); }
H1.HeaderClassName
{
color: #17814D;
}
.AnyTagClassName
{
color: #17814D;
}
</style>
background-color css
<style>
a { background-color: #17814D; }
a { background-color: rgb(23,129,77); }
div.DivClassName
{
background-color: #17814D;
}
.BgClassName
{
background-color: #17814D;
}
</style>
border-color css
<style>
span { border-color: #17814D; }
span { border-color: rgb(23,129,77); }
td.TdClassName
{
border-color: #17814D;
}
.TagClassName
{
border-color: #17814D;
}
</style>