Shades of Salem #138B3C
Tints of Salem #138B3C
RGB
CMYK
RGB Variations
Color information
#138B3C (or 0x138B3C) is known color: Salem. HEX triplet: 13, 8B and 3C. RGB value is (19,139,60). Sum of RGB (Red+Green+Blue) = 19+139+60=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #138B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B3C is #EC74C3. Grayscale: #5E5E5E. Windows color (decimal): -15496388 or 3967763. OLE color: 3967763.
HSL color Cylindrical-coordinate representation of color #138B3C: hue angle of 140.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B3C is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 60 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.45 |
| HSL | 140.5º | 0.76% | 0.31% | - |
| HSV(B) | 140.5º | 0.86% | 0.55% | - |
| XYZ | 10.32 | 18.93 | 7.39 | - |
| YUV | 94.11 | 108.74 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 60 | 0.86 | 0 | 0.57 | 0.45 | 140.5 | 0.76 | 0.31 |
| Hex | 13 | 8B | 3C | 56 | 0 | 39 | 2D | 8C | 4C | 1F |
| Octal | 23 | 213 | 74 | 126 | 0 | 71 | 55 | 214 | 114 | 37 |
| Binary | 10011 | 10001011 | 111100 | 1010110 | 0 | 111001 | 101101 | 10001100 | 1001100 | 11111 |
Color Harmonies of #138B3C
Complementary color
Monochromatic Colors of #138B3C
Black with #138B3C
Text Example
Text Example
White with #138B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B3C; }
p { color: rgb(19,139,60); }
H1.HeaderClassName
{
color: #138B3C;
}
.AnyTagClassName
{
color: #138B3C;
}
</style>
background-color css
<style>
a { background-color: #138B3C; }
a { background-color: rgb(19,139,60); }
div.DivClassName
{
background-color: #138B3C;
}
.BgClassName
{
background-color: #138B3C;
}
</style>
border-color css
<style>
span { border-color: #138B3C; }
span { border-color: rgb(19,139,60); }
td.TdClassName
{
border-color: #138B3C;
}
.TagClassName
{
border-color: #138B3C;
}
</style>