Shades of Salem #1B704E
Tints of Salem #1B704E
RGB
CMYK
RGB Variations
Color information
#1B704E (or 0x1B704E) is known color: Salem. HEX triplet: 1B, 70 and 4E. RGB value is (27,112,78). Sum of RGB (Red+Green+Blue) = 27+112+78=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #1B704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B704E is #E48FB1. Grayscale: #525252. Windows color (decimal): -14978994 or 5140507. OLE color: 5140507.
HSL color Cylindrical-coordinate representation of color #1B704E: hue angle of 156º 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 #1B704E is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 112 | 78 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.56 |
| HSL | 156º | 0.61% | 0.27% | - |
| HSV(B) | 156º | 0.76% | 0.44% | - |
| XYZ | 7.62 | 12.37 | 9.19 | - |
| YUV | 82.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 78 | 0.76 | 0 | 0.30 | 0.56 | 156 | 0.61 | 0.27 |
| Hex | 1B | 70 | 4E | 4C | 0 | 1E | 38 | 9C | 3D | 1B |
| Octal | 33 | 160 | 116 | 114 | 0 | 36 | 70 | 234 | 75 | 33 |
| Binary | 11011 | 1110000 | 1001110 | 1001100 | 0 | 11110 | 111000 | 10011100 | 111101 | 11011 |
Color Harmonies of #1B704E
Complementary color
Monochromatic Colors of #1B704E
Black with #1B704E
Text Example
Text Example
White with #1B704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B704E; }
p { color: rgb(27,112,78); }
H1.HeaderClassName
{
color: #1B704E;
}
.AnyTagClassName
{
color: #1B704E;
}
</style>
background-color css
<style>
a { background-color: #1B704E; }
a { background-color: rgb(27,112,78); }
div.DivClassName
{
background-color: #1B704E;
}
.BgClassName
{
background-color: #1B704E;
}
</style>
border-color css
<style>
span { border-color: #1B704E; }
span { border-color: rgb(27,112,78); }
td.TdClassName
{
border-color: #1B704E;
}
.TagClassName
{
border-color: #1B704E;
}
</style>