Shades of Salem #138244
Tints of Salem #138244
RGB
CMYK
RGB Variations
Color information
#138244 (or 0x138244) is known color: Salem. HEX triplet: 13, 82 and 44. RGB value is (19,130,68). Sum of RGB (Red+Green+Blue) = 19+130+68=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #138244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138244 is #EC7DBB. Grayscale: #595959. Windows color (decimal): -15498684 or 4489747. OLE color: 4489747.
HSL color Cylindrical-coordinate representation of color #138244: hue angle of 146.49º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138244 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 68 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.49 |
| HSL | 146.49º | 0.74% | 0.29% | - |
| HSV(B) | 146.49º | 0.85% | 0.51% | - |
| XYZ | 9.29 | 16.52 | 8.17 | - |
| YUV | 89.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 68 | 0.85 | 0 | 0.48 | 0.49 | 146.49 | 0.74 | 0.29 |
| Hex | 13 | 82 | 44 | 55 | 0 | 30 | 31 | 92 | 4A | 1D |
| Octal | 23 | 202 | 104 | 125 | 0 | 60 | 61 | 222 | 112 | 35 |
| Binary | 10011 | 10000010 | 1000100 | 1010101 | 0 | 110000 | 110001 | 10010010 | 1001010 | 11101 |
Color Harmonies of #138244
Complementary color
Monochromatic Colors of #138244
Black with #138244
Text Example
Text Example
White with #138244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138244; }
p { color: rgb(19,130,68); }
H1.HeaderClassName
{
color: #138244;
}
.AnyTagClassName
{
color: #138244;
}
</style>
background-color css
<style>
a { background-color: #138244; }
a { background-color: rgb(19,130,68); }
div.DivClassName
{
background-color: #138244;
}
.BgClassName
{
background-color: #138244;
}
</style>
border-color css
<style>
span { border-color: #138244; }
span { border-color: rgb(19,130,68); }
td.TdClassName
{
border-color: #138244;
}
.TagClassName
{
border-color: #138244;
}
</style>