Shades of Salem #1B7956
Tints of Salem #1B7956
RGB
CMYK
RGB Variations
Color information
#1B7956 (or 0x1B7956) is known color: Salem. HEX triplet: 1B, 79 and 56. RGB value is (27,121,86). Sum of RGB (Red+Green+Blue) = 27+121+86=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #1B7956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7956 is #E486A9. Grayscale: #585858. Windows color (decimal): -14976682 or 5667099. OLE color: 5667099.
HSL color Cylindrical-coordinate representation of color #1B7956: hue angle of 157.66º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7956 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 121 | 86 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.53 |
| HSL | 157.66º | 0.64% | 0.29% | - |
| HSV(B) | 157.66º | 0.78% | 0.47% | - |
| XYZ | 8.97 | 14.58 | 11.15 | - |
| YUV | 88.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 121 | 86 | 0.78 | 0 | 0.29 | 0.53 | 157.66 | 0.64 | 0.29 |
| Hex | 1B | 79 | 56 | 4E | 0 | 1D | 35 | 9E | 40 | 1D |
| Octal | 33 | 171 | 126 | 116 | 0 | 35 | 65 | 236 | 100 | 35 |
| Binary | 11011 | 1111001 | 1010110 | 1001110 | 0 | 11101 | 110101 | 10011110 | 1000000 | 11101 |
Color Harmonies of #1B7956
Complementary color
Monochromatic Colors of #1B7956
Black with #1B7956
Text Example
Text Example
White with #1B7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7956; }
p { color: rgb(27,121,86); }
H1.HeaderClassName
{
color: #1B7956;
}
.AnyTagClassName
{
color: #1B7956;
}
</style>
background-color css
<style>
a { background-color: #1B7956; }
a { background-color: rgb(27,121,86); }
div.DivClassName
{
background-color: #1B7956;
}
.BgClassName
{
background-color: #1B7956;
}
</style>
border-color css
<style>
span { border-color: #1B7956; }
span { border-color: rgb(27,121,86); }
td.TdClassName
{
border-color: #1B7956;
}
.TagClassName
{
border-color: #1B7956;
}
</style>