Shades of Salem #1B8C59
Tints of Salem #1B8C59
RGB
CMYK
RGB Variations
Color information
#1B8C59 (or 0x1B8C59) is known color: Salem. HEX triplet: 1B, 8C and 59. RGB value is (27,140,89). Sum of RGB (Red+Green+Blue) = 27+140+89=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 140 (55.08% from 255 or 54.69% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 140 - color contains mainly: green. Hex color #1B8C59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8C59 is #E473A6. Grayscale: #646464. Windows color (decimal): -14971815 or 5868571. OLE color: 5868571.
HSL color Cylindrical-coordinate representation of color #1B8C59: hue angle of 152.92º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8C59 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 140 | 89 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.45 |
| HSL | 152.92º | 0.68% | 0.33% | - |
| HSV(B) | 152.92º | 0.81% | 0.55% | - |
| XYZ | 11.63 | 19.71 | 12.64 | - |
| YUV | 100.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 89 | 0.81 | 0 | 0.36 | 0.45 | 152.92 | 0.68 | 0.33 |
| Hex | 1B | 8C | 59 | 51 | 0 | 24 | 2D | 99 | 44 | 21 |
| Octal | 33 | 214 | 131 | 121 | 0 | 44 | 55 | 231 | 104 | 41 |
| Binary | 11011 | 10001100 | 1011001 | 1010001 | 0 | 100100 | 101101 | 10011001 | 1000100 | 100001 |
Color Harmonies of #1B8C59
Complementary color
Monochromatic Colors of #1B8C59
Black with #1B8C59
Text Example
Text Example
White with #1B8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8C59; }
p { color: rgb(27,140,89); }
H1.HeaderClassName
{
color: #1B8C59;
}
.AnyTagClassName
{
color: #1B8C59;
}
</style>
background-color css
<style>
a { background-color: #1B8C59; }
a { background-color: rgb(27,140,89); }
div.DivClassName
{
background-color: #1B8C59;
}
.BgClassName
{
background-color: #1B8C59;
}
</style>
border-color css
<style>
span { border-color: #1B8C59; }
span { border-color: rgb(27,140,89); }
td.TdClassName
{
border-color: #1B8C59;
}
.TagClassName
{
border-color: #1B8C59;
}
</style>