Shades of Salem #1B8257
Tints of Salem #1B8257
RGB
CMYK
RGB Variations
Color information
#1B8257 (or 0x1B8257) is known color: Salem. HEX triplet: 1B, 82 and 57. RGB value is (27,130,87). Sum of RGB (Red+Green+Blue) = 27+130+87=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8257 is #E47DA8. Grayscale: #5E5E5E. Windows color (decimal): -14974377 or 5734939. OLE color: 5734939.
HSL color Cylindrical-coordinate representation of color #1B8257: hue angle of 154.95º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8257 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 87 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.49 |
| HSL | 154.95º | 0.66% | 0.31% | - |
| HSV(B) | 154.95º | 0.79% | 0.51% | - |
| XYZ | 10.15 | 16.89 | 11.74 | - |
| YUV | 94.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 87 | 0.79 | 0 | 0.33 | 0.49 | 154.95 | 0.66 | 0.31 |
| Hex | 1B | 82 | 57 | 4F | 0 | 21 | 31 | 9B | 42 | 1F |
| Octal | 33 | 202 | 127 | 117 | 0 | 41 | 61 | 233 | 102 | 37 |
| Binary | 11011 | 10000010 | 1010111 | 1001111 | 0 | 100001 | 110001 | 10011011 | 1000010 | 11111 |
Color Harmonies of #1B8257
Complementary color
Monochromatic Colors of #1B8257
Black with #1B8257
Text Example
Text Example
White with #1B8257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8257; }
p { color: rgb(27,130,87); }
H1.HeaderClassName
{
color: #1B8257;
}
.AnyTagClassName
{
color: #1B8257;
}
</style>
background-color css
<style>
a { background-color: #1B8257; }
a { background-color: rgb(27,130,87); }
div.DivClassName
{
background-color: #1B8257;
}
.BgClassName
{
background-color: #1B8257;
}
</style>
border-color css
<style>
span { border-color: #1B8257; }
span { border-color: rgb(27,130,87); }
td.TdClassName
{
border-color: #1B8257;
}
.TagClassName
{
border-color: #1B8257;
}
</style>