Shades of Salem #1B894D
Tints of Salem #1B894D
RGB
CMYK
RGB Variations
Color information
#1B894D (or 0x1B894D) is known color: Salem. HEX triplet: 1B, 89 and 4D. RGB value is (27,137,77). Sum of RGB (Red+Green+Blue) = 27+137+77=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 137 (53.91% from 255 or 56.85% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 137 - color contains mainly: green. Hex color #1B894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B894D is #E476B2. Grayscale: #616161. Windows color (decimal): -14972595 or 5081371. OLE color: 5081371.
HSL color Cylindrical-coordinate representation of color #1B894D: hue angle of 147.27º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B894D is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 137 | 77 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.46 |
| HSL | 147.27º | 0.67% | 0.32% | - |
| HSV(B) | 147.27º | 0.8% | 0.54% | - |
| XYZ | 10.74 | 18.66 | 10.06 | - |
| YUV | 97.27 | 116.56 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 77 | 0.80 | 0 | 0.44 | 0.46 | 147.27 | 0.67 | 0.32 |
| Hex | 1B | 89 | 4D | 50 | 0 | 2C | 2E | 93 | 43 | 20 |
| Octal | 33 | 211 | 115 | 120 | 0 | 54 | 56 | 223 | 103 | 40 |
| Binary | 11011 | 10001001 | 1001101 | 1010000 | 0 | 101100 | 101110 | 10010011 | 1000011 | 100000 |
Color Harmonies of #1B894D
Complementary color
Monochromatic Colors of #1B894D
Black with #1B894D
Text Example
Text Example
White with #1B894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B894D; }
p { color: rgb(27,137,77); }
H1.HeaderClassName
{
color: #1B894D;
}
.AnyTagClassName
{
color: #1B894D;
}
</style>
background-color css
<style>
a { background-color: #1B894D; }
a { background-color: rgb(27,137,77); }
div.DivClassName
{
background-color: #1B894D;
}
.BgClassName
{
background-color: #1B894D;
}
</style>
border-color css
<style>
span { border-color: #1B894D; }
span { border-color: rgb(27,137,77); }
td.TdClassName
{
border-color: #1B894D;
}
.TagClassName
{
border-color: #1B894D;
}
</style>