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