Shades of Salem #1B8D52
Tints of Salem #1B8D52
RGB
CMYK
RGB Variations
Color information
#1B8D52 (or 0x1B8D52) is known color: Salem. HEX triplet: 1B, 8D and 52. RGB value is (27,141,82). Sum of RGB (Red+Green+Blue) = 27+141+82=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #1B8D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8D52 is #E472AD. Grayscale: #646464. Windows color (decimal): -14971566 or 5410075. OLE color: 5410075.
HSL color Cylindrical-coordinate representation of color #1B8D52: hue angle of 148.95º 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 #1B8D52 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 141 | 82 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.45 |
| HSL | 148.95º | 0.68% | 0.33% | - |
| HSV(B) | 148.95º | 0.81% | 0.55% | - |
| XYZ | 11.5 | 19.89 | 11.22 | - |
| YUV | 100.19 | 117.73 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 82 | 0.81 | 0 | 0.42 | 0.45 | 148.95 | 0.68 | 0.33 |
| Hex | 1B | 8D | 52 | 51 | 0 | 2A | 2D | 95 | 44 | 21 |
| Octal | 33 | 215 | 122 | 121 | 0 | 52 | 55 | 225 | 104 | 41 |
| Binary | 11011 | 10001101 | 1010010 | 1010001 | 0 | 101010 | 101101 | 10010101 | 1000100 | 100001 |
Color Harmonies of #1B8D52
Complementary color
Monochromatic Colors of #1B8D52
Black with #1B8D52
Text Example
Text Example
White with #1B8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8D52; }
p { color: rgb(27,141,82); }
H1.HeaderClassName
{
color: #1B8D52;
}
.AnyTagClassName
{
color: #1B8D52;
}
</style>
background-color css
<style>
a { background-color: #1B8D52; }
a { background-color: rgb(27,141,82); }
div.DivClassName
{
background-color: #1B8D52;
}
.BgClassName
{
background-color: #1B8D52;
}
</style>
border-color css
<style>
span { border-color: #1B8D52; }
span { border-color: rgb(27,141,82); }
td.TdClassName
{
border-color: #1B8D52;
}
.TagClassName
{
border-color: #1B8D52;
}
</style>