Shades of Salem #149244
Tints of Salem #149244
RGB
CMYK
RGB Variations
Color information
#149244 (or 0x149244) is known color: Salem. HEX triplet: 14, 92 and 44. RGB value is (20,146,68). Sum of RGB (Red+Green+Blue) = 20+146+68=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #149244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149244 is #EB6DBB. Grayscale: #636363. Windows color (decimal): -15429052 or 4493844. OLE color: 4493844.
HSL color Cylindrical-coordinate representation of color #149244: hue angle of 142.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149244 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 68 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.43 |
| HSL | 142.86º | 0.76% | 0.33% | - |
| HSV(B) | 142.86º | 0.86% | 0.57% | - |
| XYZ | 11.61 | 21.12 | 8.93 | - |
| YUV | 99.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 68 | 0.86 | 0 | 0.53 | 0.43 | 142.86 | 0.76 | 0.33 |
| Hex | 14 | 92 | 44 | 56 | 0 | 35 | 2B | 8F | 4C | 21 |
| Octal | 24 | 222 | 104 | 126 | 0 | 65 | 53 | 217 | 114 | 41 |
| Binary | 10100 | 10010010 | 1000100 | 1010110 | 0 | 110101 | 101011 | 10001111 | 1001100 | 100001 |
Color Harmonies of #149244
Complementary color
Monochromatic Colors of #149244
Black with #149244
Text Example
Text Example
White with #149244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149244; }
p { color: rgb(20,146,68); }
H1.HeaderClassName
{
color: #149244;
}
.AnyTagClassName
{
color: #149244;
}
</style>
background-color css
<style>
a { background-color: #149244; }
a { background-color: rgb(20,146,68); }
div.DivClassName
{
background-color: #149244;
}
.BgClassName
{
background-color: #149244;
}
</style>
border-color css
<style>
span { border-color: #149244; }
span { border-color: rgb(20,146,68); }
td.TdClassName
{
border-color: #149244;
}
.TagClassName
{
border-color: #149244;
}
</style>