Shades of Salem #1B895A
Tints of Salem #1B895A
RGB
CMYK
RGB Variations
Color information
#1B895A (or 0x1B895A) is known color: Salem. HEX triplet: 1B, 89 and 5A. RGB value is (27,137,90). Sum of RGB (Red+Green+Blue) = 27+137+90=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #1B895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B895A is #E476A5. Grayscale: #626262. Windows color (decimal): -14972582 or 5933339. OLE color: 5933339.
HSL color Cylindrical-coordinate representation of color #1B895A: hue angle of 154.36º 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 #1B895A is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 137 | 90 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.46 |
| HSL | 154.36º | 0.67% | 0.32% | - |
| HSV(B) | 154.36º | 0.8% | 0.54% | - |
| XYZ | 11.24 | 18.86 | 12.72 | - |
| YUV | 98.75 | 123.06 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 90 | 0.80 | 0 | 0.34 | 0.46 | 154.36 | 0.67 | 0.32 |
| Hex | 1B | 89 | 5A | 50 | 0 | 22 | 2E | 9A | 43 | 20 |
| Octal | 33 | 211 | 132 | 120 | 0 | 42 | 56 | 232 | 103 | 40 |
| Binary | 11011 | 10001001 | 1011010 | 1010000 | 0 | 100010 | 101110 | 10011010 | 1000011 | 100000 |
Color Harmonies of #1B895A
Complementary color
Monochromatic Colors of #1B895A
Black with #1B895A
Text Example
Text Example
White with #1B895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B895A; }
p { color: rgb(27,137,90); }
H1.HeaderClassName
{
color: #1B895A;
}
.AnyTagClassName
{
color: #1B895A;
}
</style>
background-color css
<style>
a { background-color: #1B895A; }
a { background-color: rgb(27,137,90); }
div.DivClassName
{
background-color: #1B895A;
}
.BgClassName
{
background-color: #1B895A;
}
</style>
border-color css
<style>
span { border-color: #1B895A; }
span { border-color: rgb(27,137,90); }
td.TdClassName
{
border-color: #1B895A;
}
.TagClassName
{
border-color: #1B895A;
}
</style>