Shades of Salem #1B7E59
Tints of Salem #1B7E59
RGB
CMYK
RGB Variations
Color information
#1B7E59 (or 0x1B7E59) is known color: Salem. HEX triplet: 1B, 7E and 59. RGB value is (27,126,89). Sum of RGB (Red+Green+Blue) = 27+126+89=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #1B7E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7E59 is #E481A6. Grayscale: #5C5C5C. Windows color (decimal): -14975399 or 5864987. OLE color: 5864987.
HSL color Cylindrical-coordinate representation of color #1B7E59: hue angle of 157.58º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7E59 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 126 | 89 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.51 |
| HSL | 157.58º | 0.65% | 0.3% | - |
| HSV(B) | 157.58º | 0.79% | 0.49% | - |
| XYZ | 9.72 | 15.88 | 12 | - |
| YUV | 92.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 89 | 0.79 | 0 | 0.29 | 0.51 | 157.58 | 0.65 | 0.3 |
| Hex | 1B | 7E | 59 | 4F | 0 | 1D | 33 | 9E | 41 | 1E |
| Octal | 33 | 176 | 131 | 117 | 0 | 35 | 63 | 236 | 101 | 36 |
| Binary | 11011 | 1111110 | 1011001 | 1001111 | 0 | 11101 | 110011 | 10011110 | 1000001 | 11110 |
Color Harmonies of #1B7E59
Complementary color
Monochromatic Colors of #1B7E59
Black with #1B7E59
Text Example
Text Example
White with #1B7E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E59; }
p { color: rgb(27,126,89); }
H1.HeaderClassName
{
color: #1B7E59;
}
.AnyTagClassName
{
color: #1B7E59;
}
</style>
background-color css
<style>
a { background-color: #1B7E59; }
a { background-color: rgb(27,126,89); }
div.DivClassName
{
background-color: #1B7E59;
}
.BgClassName
{
background-color: #1B7E59;
}
</style>
border-color css
<style>
span { border-color: #1B7E59; }
span { border-color: rgb(27,126,89); }
td.TdClassName
{
border-color: #1B7E59;
}
.TagClassName
{
border-color: #1B7E59;
}
</style>