Shades of Salem #1B754E
Tints of Salem #1B754E
RGB
CMYK
RGB Variations
Color information
#1B754E (or 0x1B754E) is known color: Salem. HEX triplet: 1B, 75 and 4E. RGB value is (27,117,78). Sum of RGB (Red+Green+Blue) = 27+117+78=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #1B754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B754E is #E48AB1. Grayscale: #555555. Windows color (decimal): -14977714 or 5141787. OLE color: 5141787.
HSL color Cylindrical-coordinate representation of color #1B754E: hue angle of 154º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B754E is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 78 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.54 |
| HSL | 154º | 0.63% | 0.28% | - |
| HSV(B) | 154º | 0.77% | 0.46% | - |
| XYZ | 8.19 | 13.51 | 9.38 | - |
| YUV | 85.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 78 | 0.77 | 0 | 0.33 | 0.54 | 154 | 0.63 | 0.28 |
| Hex | 1B | 75 | 4E | 4D | 0 | 21 | 36 | 9A | 3E | 1C |
| Octal | 33 | 165 | 116 | 115 | 0 | 41 | 66 | 232 | 76 | 34 |
| Binary | 11011 | 1110101 | 1001110 | 1001101 | 0 | 100001 | 110110 | 10011010 | 111110 | 11100 |
Color Harmonies of #1B754E
Complementary color
Monochromatic Colors of #1B754E
Black with #1B754E
Text Example
Text Example
White with #1B754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B754E; }
p { color: rgb(27,117,78); }
H1.HeaderClassName
{
color: #1B754E;
}
.AnyTagClassName
{
color: #1B754E;
}
</style>
background-color css
<style>
a { background-color: #1B754E; }
a { background-color: rgb(27,117,78); }
div.DivClassName
{
background-color: #1B754E;
}
.BgClassName
{
background-color: #1B754E;
}
</style>
border-color css
<style>
span { border-color: #1B754E; }
span { border-color: rgb(27,117,78); }
td.TdClassName
{
border-color: #1B754E;
}
.TagClassName
{
border-color: #1B754E;
}
</style>