Shades of Salem #1B8255
Tints of Salem #1B8255
RGB
CMYK
RGB Variations
Color information
#1B8255 (or 0x1B8255) is known color: Salem. HEX triplet: 1B, 82 and 55. RGB value is (27,130,85). Sum of RGB (Red+Green+Blue) = 27+130+85=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8255 is #E47DAA. Grayscale: #5E5E5E. Windows color (decimal): -14974379 or 5603867. OLE color: 5603867.
HSL color Cylindrical-coordinate representation of color #1B8255: hue angle of 153.79º 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 #1B8255 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 85 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.49 |
| HSL | 153.79º | 0.66% | 0.31% | - |
| HSV(B) | 153.79º | 0.79% | 0.51% | - |
| XYZ | 10.07 | 16.85 | 11.32 | - |
| YUV | 94.07 | 122.88 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 85 | 0.79 | 0 | 0.35 | 0.49 | 153.79 | 0.66 | 0.31 |
| Hex | 1B | 82 | 55 | 4F | 0 | 23 | 31 | 9A | 42 | 1F |
| Octal | 33 | 202 | 125 | 117 | 0 | 43 | 61 | 232 | 102 | 37 |
| Binary | 11011 | 10000010 | 1010101 | 1001111 | 0 | 100011 | 110001 | 10011010 | 1000010 | 11111 |
Color Harmonies of #1B8255
Complementary color
Monochromatic Colors of #1B8255
Black with #1B8255
Text Example
Text Example
White with #1B8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8255; }
p { color: rgb(27,130,85); }
H1.HeaderClassName
{
color: #1B8255;
}
.AnyTagClassName
{
color: #1B8255;
}
</style>
background-color css
<style>
a { background-color: #1B8255; }
a { background-color: rgb(27,130,85); }
div.DivClassName
{
background-color: #1B8255;
}
.BgClassName
{
background-color: #1B8255;
}
</style>
border-color css
<style>
span { border-color: #1B8255; }
span { border-color: rgb(27,130,85); }
td.TdClassName
{
border-color: #1B8255;
}
.TagClassName
{
border-color: #1B8255;
}
</style>