Shades of Salem #1B7E4C
Tints of Salem #1B7E4C
RGB
CMYK
RGB Variations
Color information
#1B7E4C (or 0x1B7E4C) is known color: Salem. HEX triplet: 1B, 7E and 4C. RGB value is (27,126,76). Sum of RGB (Red+Green+Blue) = 27+126+76=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #1B7E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7E4C is #E481B3. Grayscale: #5A5A5A. Windows color (decimal): -14975412 or 5013019. OLE color: 5013019.
HSL color Cylindrical-coordinate representation of color #1B7E4C: hue angle of 149.7º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7E4C is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 126 | 76 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.51 |
| HSL | 149.7º | 0.65% | 0.3% | - |
| HSV(B) | 149.7º | 0.79% | 0.49% | - |
| XYZ | 9.22 | 15.68 | 9.38 | - |
| YUV | 90.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 76 | 0.79 | 0 | 0.40 | 0.51 | 149.7 | 0.65 | 0.3 |
| Hex | 1B | 7E | 4C | 4F | 0 | 28 | 33 | 96 | 41 | 1E |
| Octal | 33 | 176 | 114 | 117 | 0 | 50 | 63 | 226 | 101 | 36 |
| Binary | 11011 | 1111110 | 1001100 | 1001111 | 0 | 101000 | 110011 | 10010110 | 1000001 | 11110 |
Color Harmonies of #1B7E4C
Complementary color
Monochromatic Colors of #1B7E4C
Black with #1B7E4C
Text Example
Text Example
White with #1B7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E4C; }
p { color: rgb(27,126,76); }
H1.HeaderClassName
{
color: #1B7E4C;
}
.AnyTagClassName
{
color: #1B7E4C;
}
</style>
background-color css
<style>
a { background-color: #1B7E4C; }
a { background-color: rgb(27,126,76); }
div.DivClassName
{
background-color: #1B7E4C;
}
.BgClassName
{
background-color: #1B7E4C;
}
</style>
border-color css
<style>
span { border-color: #1B7E4C; }
span { border-color: rgb(27,126,76); }
td.TdClassName
{
border-color: #1B7E4C;
}
.TagClassName
{
border-color: #1B7E4C;
}
</style>