Shades of Salem #1B734E
Tints of Salem #1B734E
RGB
CMYK
RGB Variations
Color information
#1B734E (or 0x1B734E) is known color: Salem. HEX triplet: 1B, 73 and 4E. RGB value is (27,115,78). Sum of RGB (Red+Green+Blue) = 27+115+78=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #1B734E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B734E is #E48CB1. Grayscale: #545454. Windows color (decimal): -14978226 or 5141275. OLE color: 5141275.
HSL color Cylindrical-coordinate representation of color #1B734E: hue angle of 154.77º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B734E is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 78 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.55 |
| HSL | 154.77º | 0.62% | 0.28% | - |
| HSV(B) | 154.77º | 0.77% | 0.45% | - |
| XYZ | 7.96 | 13.04 | 9.31 | - |
| YUV | 84.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 78 | 0.77 | 0 | 0.32 | 0.55 | 154.77 | 0.62 | 0.28 |
| Hex | 1B | 73 | 4E | 4D | 0 | 20 | 37 | 9B | 3E | 1C |
| Octal | 33 | 163 | 116 | 115 | 0 | 40 | 67 | 233 | 76 | 34 |
| Binary | 11011 | 1110011 | 1001110 | 1001101 | 0 | 100000 | 110111 | 10011011 | 111110 | 11100 |
Color Harmonies of #1B734E
Complementary color
Monochromatic Colors of #1B734E
Black with #1B734E
Text Example
Text Example
White with #1B734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B734E; }
p { color: rgb(27,115,78); }
H1.HeaderClassName
{
color: #1B734E;
}
.AnyTagClassName
{
color: #1B734E;
}
</style>
background-color css
<style>
a { background-color: #1B734E; }
a { background-color: rgb(27,115,78); }
div.DivClassName
{
background-color: #1B734E;
}
.BgClassName
{
background-color: #1B734E;
}
</style>
border-color css
<style>
span { border-color: #1B734E; }
span { border-color: rgb(27,115,78); }
td.TdClassName
{
border-color: #1B734E;
}
.TagClassName
{
border-color: #1B734E;
}
</style>