Shades of Salem #128244
Tints of Salem #128244
RGB
CMYK
RGB Variations
Color information
#128244 (or 0x128244) is known color: Salem. HEX triplet: 12, 82 and 44. RGB value is (18,130,68). Sum of RGB (Red+Green+Blue) = 18+130+68=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #128244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128244 is #ED7DBB. Grayscale: #595959. Windows color (decimal): -15564220 or 4489746. OLE color: 4489746.
HSL color Cylindrical-coordinate representation of color #128244: hue angle of 146.79º 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 #128244 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 68 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.49 |
| HSL | 146.79º | 0.76% | 0.29% | - |
| HSV(B) | 146.79º | 0.86% | 0.51% | - |
| XYZ | 9.28 | 16.51 | 8.17 | - |
| YUV | 89.44 | 115.89 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 68 | 0.86 | 0 | 0.48 | 0.49 | 146.79 | 0.76 | 0.29 |
| Hex | 12 | 82 | 44 | 56 | 0 | 30 | 31 | 93 | 4C | 1D |
| Octal | 22 | 202 | 104 | 126 | 0 | 60 | 61 | 223 | 114 | 35 |
| Binary | 10010 | 10000010 | 1000100 | 1010110 | 0 | 110000 | 110001 | 10010011 | 1001100 | 11101 |
Color Harmonies of #128244
Complementary color
Monochromatic Colors of #128244
Black with #128244
Text Example
Text Example
White with #128244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128244; }
p { color: rgb(18,130,68); }
H1.HeaderClassName
{
color: #128244;
}
.AnyTagClassName
{
color: #128244;
}
</style>
background-color css
<style>
a { background-color: #128244; }
a { background-color: rgb(18,130,68); }
div.DivClassName
{
background-color: #128244;
}
.BgClassName
{
background-color: #128244;
}
</style>
border-color css
<style>
span { border-color: #128244; }
span { border-color: rgb(18,130,68); }
td.TdClassName
{
border-color: #128244;
}
.TagClassName
{
border-color: #128244;
}
</style>