Shades of Salem #128642
Tints of Salem #128642
RGB
CMYK
RGB Variations
Color information
#128642 (or 0x128642) is known color: Salem. HEX triplet: 12, 86 and 42. RGB value is (18,134,66). Sum of RGB (Red+Green+Blue) = 18+134+66=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #128642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128642 is #ED79BD. Grayscale: #5B5B5B. Windows color (decimal): -15563198 or 4359698. OLE color: 4359698.
HSL color Cylindrical-coordinate representation of color #128642: hue angle of 144.83º 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 #128642 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 66 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.47 |
| HSL | 144.83º | 0.76% | 0.3% | - |
| HSV(B) | 144.83º | 0.87% | 0.53% | - |
| XYZ | 9.76 | 17.57 | 8.03 | - |
| YUV | 91.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 66 | 0.87 | 0 | 0.51 | 0.47 | 144.83 | 0.76 | 0.3 |
| Hex | 12 | 86 | 42 | 57 | 0 | 33 | 2F | 91 | 4C | 1E |
| Octal | 22 | 206 | 102 | 127 | 0 | 63 | 57 | 221 | 114 | 36 |
| Binary | 10010 | 10000110 | 1000010 | 1010111 | 0 | 110011 | 101111 | 10010001 | 1001100 | 11110 |
Color Harmonies of #128642
Complementary color
Monochromatic Colors of #128642
Black with #128642
Text Example
Text Example
White with #128642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128642; }
p { color: rgb(18,134,66); }
H1.HeaderClassName
{
color: #128642;
}
.AnyTagClassName
{
color: #128642;
}
</style>
background-color css
<style>
a { background-color: #128642; }
a { background-color: rgb(18,134,66); }
div.DivClassName
{
background-color: #128642;
}
.BgClassName
{
background-color: #128642;
}
</style>
border-color css
<style>
span { border-color: #128642; }
span { border-color: rgb(18,134,66); }
td.TdClassName
{
border-color: #128642;
}
.TagClassName
{
border-color: #128642;
}
</style>