Shades of Salem #128141
Tints of Salem #128141
RGB
CMYK
RGB Variations
Color information
#128141 (or 0x128141) is known color: Salem. HEX triplet: 12, 81 and 41. RGB value is (18,129,65). Sum of RGB (Red+Green+Blue) = 18+129+65=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #128141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128141 is #ED7EBE. Grayscale: #585858. Windows color (decimal): -15564479 or 4292882. OLE color: 4292882.
HSL color Cylindrical-coordinate representation of color #128141: hue angle of 145.41º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128141 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 65 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.49 |
| HSL | 145.41º | 0.76% | 0.29% | - |
| HSV(B) | 145.41º | 0.86% | 0.51% | - |
| XYZ | 9.05 | 16.21 | 7.65 | - |
| YUV | 88.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 65 | 0.86 | 0 | 0.50 | 0.49 | 145.41 | 0.76 | 0.29 |
| Hex | 12 | 81 | 41 | 56 | 0 | 32 | 31 | 91 | 4C | 1D |
| Octal | 22 | 201 | 101 | 126 | 0 | 62 | 61 | 221 | 114 | 35 |
| Binary | 10010 | 10000001 | 1000001 | 1010110 | 0 | 110010 | 110001 | 10010001 | 1001100 | 11101 |
Color Harmonies of #128141
Complementary color
Monochromatic Colors of #128141
Black with #128141
Text Example
Text Example
White with #128141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128141; }
p { color: rgb(18,129,65); }
H1.HeaderClassName
{
color: #128141;
}
.AnyTagClassName
{
color: #128141;
}
</style>
background-color css
<style>
a { background-color: #128141; }
a { background-color: rgb(18,129,65); }
div.DivClassName
{
background-color: #128141;
}
.BgClassName
{
background-color: #128141;
}
</style>
border-color css
<style>
span { border-color: #128141; }
span { border-color: rgb(18,129,65); }
td.TdClassName
{
border-color: #128141;
}
.TagClassName
{
border-color: #128141;
}
</style>