Shades of Salem #128641
Tints of Salem #128641
RGB
CMYK
RGB Variations
Color information
#128641 (or 0x128641) is known color: Salem. HEX triplet: 12, 86 and 41. RGB value is (18,134,65). Sum of RGB (Red+Green+Blue) = 18+134+65=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 134 (52.73% from 255 or 61.75% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 134 - color contains mainly: green. Hex color #128641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128641 is #ED79BE. Grayscale: #5B5B5B. Windows color (decimal): -15563199 or 4294162. OLE color: 4294162.
HSL color Cylindrical-coordinate representation of color #128641: hue angle of 144.31º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128641 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 65 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.47 |
| HSL | 144.31º | 0.76% | 0.3% | - |
| HSV(B) | 144.31º | 0.87% | 0.53% | - |
| XYZ | 9.73 | 17.56 | 7.88 | - |
| YUV | 91.45 | 113.07 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 65 | 0.87 | 0 | 0.51 | 0.47 | 144.31 | 0.76 | 0.3 |
| Hex | 12 | 86 | 41 | 57 | 0 | 33 | 2F | 90 | 4C | 1E |
| Octal | 22 | 206 | 101 | 127 | 0 | 63 | 57 | 220 | 114 | 36 |
| Binary | 10010 | 10000110 | 1000001 | 1010111 | 0 | 110011 | 101111 | 10010000 | 1001100 | 11110 |
Color Harmonies of #128641
Complementary color
Monochromatic Colors of #128641
Black with #128641
Text Example
Text Example
White with #128641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128641; }
p { color: rgb(18,134,65); }
H1.HeaderClassName
{
color: #128641;
}
.AnyTagClassName
{
color: #128641;
}
</style>
background-color css
<style>
a { background-color: #128641; }
a { background-color: rgb(18,134,65); }
div.DivClassName
{
background-color: #128641;
}
.BgClassName
{
background-color: #128641;
}
</style>
border-color css
<style>
span { border-color: #128641; }
span { border-color: rgb(18,134,65); }
td.TdClassName
{
border-color: #128641;
}
.TagClassName
{
border-color: #128641;
}
</style>