Shades of Salem #1B844C
Tints of Salem #1B844C
RGB
CMYK
RGB Variations
Color information
#1B844C (or 0x1B844C) is known color: Salem. HEX triplet: 1B, 84 and 4C. RGB value is (27,132,76). Sum of RGB (Red+Green+Blue) = 27+132+76=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #1B844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B844C is #E47BB3. Grayscale: #5E5E5E. Windows color (decimal): -14973876 or 5014555. OLE color: 5014555.
HSL color Cylindrical-coordinate representation of color #1B844C: hue angle of 148º 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 #1B844C is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 132 | 76 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.48 |
| HSL | 148º | 0.66% | 0.31% | - |
| HSV(B) | 148º | 0.8% | 0.52% | - |
| XYZ | 10.01 | 17.26 | 9.64 | - |
| YUV | 94.22 | 117.71 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 132 | 76 | 0.80 | 0 | 0.42 | 0.48 | 148 | 0.66 | 0.31 |
| Hex | 1B | 84 | 4C | 50 | 0 | 2A | 30 | 94 | 42 | 1F |
| Octal | 33 | 204 | 114 | 120 | 0 | 52 | 60 | 224 | 102 | 37 |
| Binary | 11011 | 10000100 | 1001100 | 1010000 | 0 | 101010 | 110000 | 10010100 | 1000010 | 11111 |
Color Harmonies of #1B844C
Complementary color
Monochromatic Colors of #1B844C
Black with #1B844C
Text Example
Text Example
White with #1B844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B844C; }
p { color: rgb(27,132,76); }
H1.HeaderClassName
{
color: #1B844C;
}
.AnyTagClassName
{
color: #1B844C;
}
</style>
background-color css
<style>
a { background-color: #1B844C; }
a { background-color: rgb(27,132,76); }
div.DivClassName
{
background-color: #1B844C;
}
.BgClassName
{
background-color: #1B844C;
}
</style>
border-color css
<style>
span { border-color: #1B844C; }
span { border-color: rgb(27,132,76); }
td.TdClassName
{
border-color: #1B844C;
}
.TagClassName
{
border-color: #1B844C;
}
</style>