Shades of Salem #1B8555
Tints of Salem #1B8555
RGB
CMYK
RGB Variations
Color information
#1B8555 (or 0x1B8555) is known color: Salem. HEX triplet: 1B, 85 and 55. RGB value is (27,133,85). Sum of RGB (Red+Green+Blue) = 27+133+85=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #1B8555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8555 is #E47AAA. Grayscale: #5F5F5F. Windows color (decimal): -14973611 or 5604635. OLE color: 5604635.
HSL color Cylindrical-coordinate representation of color #1B8555: hue angle of 152.83º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8555 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 133 | 85 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.48 |
| HSL | 152.83º | 0.66% | 0.31% | - |
| HSV(B) | 152.83º | 0.8% | 0.52% | - |
| XYZ | 10.48 | 17.66 | 11.45 | - |
| YUV | 95.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 85 | 0.80 | 0 | 0.36 | 0.48 | 152.83 | 0.66 | 0.31 |
| Hex | 1B | 85 | 55 | 50 | 0 | 24 | 30 | 99 | 42 | 1F |
| Octal | 33 | 205 | 125 | 120 | 0 | 44 | 60 | 231 | 102 | 37 |
| Binary | 11011 | 10000101 | 1010101 | 1010000 | 0 | 100100 | 110000 | 10011001 | 1000010 | 11111 |
Color Harmonies of #1B8555
Complementary color
Monochromatic Colors of #1B8555
Black with #1B8555
Text Example
Text Example
White with #1B8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8555; }
p { color: rgb(27,133,85); }
H1.HeaderClassName
{
color: #1B8555;
}
.AnyTagClassName
{
color: #1B8555;
}
</style>
background-color css
<style>
a { background-color: #1B8555; }
a { background-color: rgb(27,133,85); }
div.DivClassName
{
background-color: #1B8555;
}
.BgClassName
{
background-color: #1B8555;
}
</style>
border-color css
<style>
span { border-color: #1B8555; }
span { border-color: rgb(27,133,85); }
td.TdClassName
{
border-color: #1B8555;
}
.TagClassName
{
border-color: #1B8555;
}
</style>