Shades of Salem #1B7151
Tints of Salem #1B7151
RGB
CMYK
RGB Variations
Color information
#1B7151 (or 0x1B7151) is known color: Salem. HEX triplet: 1B, 71 and 51. RGB value is (27,113,81). Sum of RGB (Red+Green+Blue) = 27+113+81=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #1B7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7151 is #E48EAE. Grayscale: #535353. Windows color (decimal): -14978735 or 5337371. OLE color: 5337371.
HSL color Cylindrical-coordinate representation of color #1B7151: hue angle of 157.67º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7151 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 81 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.56 |
| HSL | 157.67º | 0.61% | 0.27% | - |
| HSV(B) | 157.67º | 0.76% | 0.44% | - |
| XYZ | 7.84 | 12.64 | 9.81 | - |
| YUV | 83.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 81 | 0.76 | 0 | 0.28 | 0.56 | 157.67 | 0.61 | 0.27 |
| Hex | 1B | 71 | 51 | 4C | 0 | 1C | 38 | 9E | 3D | 1B |
| Octal | 33 | 161 | 121 | 114 | 0 | 34 | 70 | 236 | 75 | 33 |
| Binary | 11011 | 1110001 | 1010001 | 1001100 | 0 | 11100 | 111000 | 10011110 | 111101 | 11011 |
Color Harmonies of #1B7151
Complementary color
Monochromatic Colors of #1B7151
Black with #1B7151
Text Example
Text Example
White with #1B7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7151; }
p { color: rgb(27,113,81); }
H1.HeaderClassName
{
color: #1B7151;
}
.AnyTagClassName
{
color: #1B7151;
}
</style>
background-color css
<style>
a { background-color: #1B7151; }
a { background-color: rgb(27,113,81); }
div.DivClassName
{
background-color: #1B7151;
}
.BgClassName
{
background-color: #1B7151;
}
</style>
border-color css
<style>
span { border-color: #1B7151; }
span { border-color: rgb(27,113,81); }
td.TdClassName
{
border-color: #1B7151;
}
.TagClassName
{
border-color: #1B7151;
}
</style>