Shades of Salem #138E44
Tints of Salem #138E44
RGB
CMYK
RGB Variations
Color information
#138E44 (or 0x138E44) is known color: Salem. HEX triplet: 13, 8E and 44. RGB value is (19,142,68). Sum of RGB (Red+Green+Blue) = 19+142+68=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #138E44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E44 is #EC71BB. Grayscale: #606060. Windows color (decimal): -15495612 or 4492819. OLE color: 4492819.
HSL color Cylindrical-coordinate representation of color #138E44: hue angle of 143.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E44 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 68 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.44 |
| HSL | 143.9º | 0.76% | 0.32% | - |
| HSV(B) | 143.9º | 0.87% | 0.56% | - |
| XYZ | 10.98 | 19.9 | 8.73 | - |
| YUV | 96.79 | 111.75 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 68 | 0.87 | 0 | 0.52 | 0.44 | 143.9 | 0.76 | 0.32 |
| Hex | 13 | 8E | 44 | 57 | 0 | 34 | 2C | 90 | 4C | 20 |
| Octal | 23 | 216 | 104 | 127 | 0 | 64 | 54 | 220 | 114 | 40 |
| Binary | 10011 | 10001110 | 1000100 | 1010111 | 0 | 110100 | 101100 | 10010000 | 1001100 | 100000 |
Color Harmonies of #138E44
Complementary color
Monochromatic Colors of #138E44
Black with #138E44
Text Example
Text Example
White with #138E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E44; }
p { color: rgb(19,142,68); }
H1.HeaderClassName
{
color: #138E44;
}
.AnyTagClassName
{
color: #138E44;
}
</style>
background-color css
<style>
a { background-color: #138E44; }
a { background-color: rgb(19,142,68); }
div.DivClassName
{
background-color: #138E44;
}
.BgClassName
{
background-color: #138E44;
}
</style>
border-color css
<style>
span { border-color: #138E44; }
span { border-color: rgb(19,142,68); }
td.TdClassName
{
border-color: #138E44;
}
.TagClassName
{
border-color: #138E44;
}
</style>