Shades of Salem #1B7858
Tints of Salem #1B7858
RGB
CMYK
RGB Variations
Color information
#1B7858 (or 0x1B7858) is known color: Salem. HEX triplet: 1B, 78 and 58. RGB value is (27,120,88). Sum of RGB (Red+Green+Blue) = 27+120+88=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #1B7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7858 is #E487A7. Grayscale: #585858. Windows color (decimal): -14976936 or 5797915. OLE color: 5797915.
HSL color Cylindrical-coordinate representation of color #1B7858: hue angle of 159.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7858 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 120 | 88 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.53 |
| HSL | 159.35º | 0.63% | 0.29% | - |
| HSV(B) | 159.35º | 0.78% | 0.47% | - |
| XYZ | 8.93 | 14.37 | 11.54 | - |
| YUV | 88.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 88 | 0.78 | 0 | 0.27 | 0.53 | 159.35 | 0.63 | 0.29 |
| Hex | 1B | 78 | 58 | 4E | 0 | 1B | 35 | 9F | 3F | 1D |
| Octal | 33 | 170 | 130 | 116 | 0 | 33 | 65 | 237 | 77 | 35 |
| Binary | 11011 | 1111000 | 1011000 | 1001110 | 0 | 11011 | 110101 | 10011111 | 111111 | 11101 |
Color Harmonies of #1B7858
Complementary color
Monochromatic Colors of #1B7858
Black with #1B7858
Text Example
Text Example
White with #1B7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7858; }
p { color: rgb(27,120,88); }
H1.HeaderClassName
{
color: #1B7858;
}
.AnyTagClassName
{
color: #1B7858;
}
</style>
background-color css
<style>
a { background-color: #1B7858; }
a { background-color: rgb(27,120,88); }
div.DivClassName
{
background-color: #1B7858;
}
.BgClassName
{
background-color: #1B7858;
}
</style>
border-color css
<style>
span { border-color: #1B7858; }
span { border-color: rgb(27,120,88); }
td.TdClassName
{
border-color: #1B7858;
}
.TagClassName
{
border-color: #1B7858;
}
</style>