Shades of Salem #1B7E49
Tints of Salem #1B7E49
RGB
CMYK
RGB Variations
Color information
#1B7E49 (or 0x1B7E49) is known color: Salem. HEX triplet: 1B, 7E and 49. RGB value is (27,126,73). Sum of RGB (Red+Green+Blue) = 27+126+73=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #1B7E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7E49 is #E481B6. Grayscale: #5A5A5A. Windows color (decimal): -14975415 or 4816411. OLE color: 4816411.
HSL color Cylindrical-coordinate representation of color #1B7E49: hue angle of 147.88º 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 #1B7E49 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 126 | 73 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.51 |
| HSL | 147.88º | 0.65% | 0.3% | - |
| HSV(B) | 147.88º | 0.79% | 0.49% | - |
| XYZ | 9.12 | 15.64 | 8.84 | - |
| YUV | 90.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 73 | 0.79 | 0 | 0.42 | 0.51 | 147.88 | 0.65 | 0.3 |
| Hex | 1B | 7E | 49 | 4F | 0 | 2A | 33 | 94 | 41 | 1E |
| Octal | 33 | 176 | 111 | 117 | 0 | 52 | 63 | 224 | 101 | 36 |
| Binary | 11011 | 1111110 | 1001001 | 1001111 | 0 | 101010 | 110011 | 10010100 | 1000001 | 11110 |
Color Harmonies of #1B7E49
Complementary color
Monochromatic Colors of #1B7E49
Black with #1B7E49
Text Example
Text Example
White with #1B7E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E49; }
p { color: rgb(27,126,73); }
H1.HeaderClassName
{
color: #1B7E49;
}
.AnyTagClassName
{
color: #1B7E49;
}
</style>
background-color css
<style>
a { background-color: #1B7E49; }
a { background-color: rgb(27,126,73); }
div.DivClassName
{
background-color: #1B7E49;
}
.BgClassName
{
background-color: #1B7E49;
}
</style>
border-color css
<style>
span { border-color: #1B7E49; }
span { border-color: rgb(27,126,73); }
td.TdClassName
{
border-color: #1B7E49;
}
.TagClassName
{
border-color: #1B7E49;
}
</style>