Shades of Salem #17814A
Tints of Salem #17814A
RGB
CMYK
RGB Variations
Color information
#17814A (or 0x17814A) is known color: Salem. HEX triplet: 17, 81 and 4A. RGB value is (23,129,74). Sum of RGB (Red+Green+Blue) = 23+129+74=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #17814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #17814A is #E87EB5. Grayscale: #5B5B5B. Windows color (decimal): -15236790 or 4882711. OLE color: 4882711.
HSL color Cylindrical-coordinate representation of color #17814A: hue angle of 148.87º 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 #17814A is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 74 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.49 |
| HSL | 148.87º | 0.7% | 0.3% | - |
| HSV(B) | 148.87º | 0.82% | 0.51% | - |
| XYZ | 9.44 | 16.38 | 9.14 | - |
| YUV | 91.04 | 118.38 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 74 | 0.82 | 0 | 0.43 | 0.49 | 148.87 | 0.7 | 0.3 |
| Hex | 17 | 81 | 4A | 52 | 0 | 2B | 31 | 95 | 46 | 1E |
| Octal | 27 | 201 | 112 | 122 | 0 | 53 | 61 | 225 | 106 | 36 |
| Binary | 10111 | 10000001 | 1001010 | 1010010 | 0 | 101011 | 110001 | 10010101 | 1000110 | 11110 |
Color Harmonies of #17814A
Complementary color
Monochromatic Colors of #17814A
Black with #17814A
Text Example
Text Example
White with #17814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17814A; }
p { color: rgb(23,129,74); }
H1.HeaderClassName
{
color: #17814A;
}
.AnyTagClassName
{
color: #17814A;
}
</style>
background-color css
<style>
a { background-color: #17814A; }
a { background-color: rgb(23,129,74); }
div.DivClassName
{
background-color: #17814A;
}
.BgClassName
{
background-color: #17814A;
}
</style>
border-color css
<style>
span { border-color: #17814A; }
span { border-color: rgb(23,129,74); }
td.TdClassName
{
border-color: #17814A;
}
.TagClassName
{
border-color: #17814A;
}
</style>