Shades of Salem #138A3C
Tints of Salem #138A3C
RGB
CMYK
RGB Variations
Color information
#138A3C (or 0x138A3C) is known color: Salem. HEX triplet: 13, 8A and 3C. RGB value is (19,138,60). Sum of RGB (Red+Green+Blue) = 19+138+60=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 138 (54.30% from 255 or 63.59% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 138 - color contains mainly: green. Hex color #138A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A3C is #EC75C3. Grayscale: #5D5D5D. Windows color (decimal): -15496644 or 3967507. OLE color: 3967507.
HSL color Cylindrical-coordinate representation of color #138A3C: hue angle of 140.67º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A3C is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 60 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.46 |
| HSL | 140.67º | 0.76% | 0.31% | - |
| HSV(B) | 140.67º | 0.86% | 0.54% | - |
| XYZ | 10.17 | 18.64 | 7.34 | - |
| YUV | 93.53 | 109.08 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 60 | 0.86 | 0 | 0.57 | 0.46 | 140.67 | 0.76 | 0.31 |
| Hex | 13 | 8A | 3C | 56 | 0 | 39 | 2E | 8D | 4C | 1F |
| Octal | 23 | 212 | 74 | 126 | 0 | 71 | 56 | 215 | 114 | 37 |
| Binary | 10011 | 10001010 | 111100 | 1010110 | 0 | 111001 | 101110 | 10001101 | 1001100 | 11111 |
Color Harmonies of #138A3C
Complementary color
Monochromatic Colors of #138A3C
Black with #138A3C
Text Example
Text Example
White with #138A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A3C; }
p { color: rgb(19,138,60); }
H1.HeaderClassName
{
color: #138A3C;
}
.AnyTagClassName
{
color: #138A3C;
}
</style>
background-color css
<style>
a { background-color: #138A3C; }
a { background-color: rgb(19,138,60); }
div.DivClassName
{
background-color: #138A3C;
}
.BgClassName
{
background-color: #138A3C;
}
</style>
border-color css
<style>
span { border-color: #138A3C; }
span { border-color: rgb(19,138,60); }
td.TdClassName
{
border-color: #138A3C;
}
.TagClassName
{
border-color: #138A3C;
}
</style>