Shades of Salem #1B7E58
Tints of Salem #1B7E58
RGB
CMYK
RGB Variations
Color information
#1B7E58 (or 0x1B7E58) is known color: Salem. HEX triplet: 1B, 7E and 58. RGB value is (27,126,88). Sum of RGB (Red+Green+Blue) = 27+126+88=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #1B7E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7E58 is #E481A7. Grayscale: #5C5C5C. Windows color (decimal): -14975400 or 5799451. OLE color: 5799451.
HSL color Cylindrical-coordinate representation of color #1B7E58: hue angle of 156.97º 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 #1B7E58 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 126 | 88 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.51 |
| HSL | 156.97º | 0.65% | 0.3% | - |
| HSV(B) | 156.97º | 0.79% | 0.49% | - |
| XYZ | 9.67 | 15.86 | 11.78 | - |
| YUV | 92.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 88 | 0.79 | 0 | 0.30 | 0.51 | 156.97 | 0.65 | 0.3 |
| Hex | 1B | 7E | 58 | 4F | 0 | 1E | 33 | 9D | 41 | 1E |
| Octal | 33 | 176 | 130 | 117 | 0 | 36 | 63 | 235 | 101 | 36 |
| Binary | 11011 | 1111110 | 1011000 | 1001111 | 0 | 11110 | 110011 | 10011101 | 1000001 | 11110 |
Color Harmonies of #1B7E58
Complementary color
Monochromatic Colors of #1B7E58
Black with #1B7E58
Text Example
Text Example
White with #1B7E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E58; }
p { color: rgb(27,126,88); }
H1.HeaderClassName
{
color: #1B7E58;
}
.AnyTagClassName
{
color: #1B7E58;
}
</style>
background-color css
<style>
a { background-color: #1B7E58; }
a { background-color: rgb(27,126,88); }
div.DivClassName
{
background-color: #1B7E58;
}
.BgClassName
{
background-color: #1B7E58;
}
</style>
border-color css
<style>
span { border-color: #1B7E58; }
span { border-color: rgb(27,126,88); }
td.TdClassName
{
border-color: #1B7E58;
}
.TagClassName
{
border-color: #1B7E58;
}
</style>