Shades of Salem #1B873F
Tints of Salem #1B873F
RGB
CMYK
RGB Variations
Color information
#1B873F (or 0x1B873F) is known color: Salem. HEX triplet: 1B, 87 and 3F. RGB value is (27,135,63). Sum of RGB (Red+Green+Blue) = 27+135+63=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #1B873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B873F is #E478C0. Grayscale: #5E5E5E. Windows color (decimal): -14973121 or 4163355. OLE color: 4163355.
HSL color Cylindrical-coordinate representation of color #1B873F: hue angle of 140º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B873F is Cyan = 0.8, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 135 | 63 | - |
| CMYK | 0.8 | 0 | 0.53 | 0.47 |
| HSL | 140º | 0.67% | 0.32% | - |
| HSV(B) | 140º | 0.8% | 0.53% | - |
| XYZ | 10.01 | 17.92 | 7.63 | - |
| YUV | 94.5 | 110.22 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 63 | 0.8 | 0 | 0.53 | 0.47 | 140 | 0.67 | 0.32 |
| Hex | 1B | 87 | 3F | 50 | 0 | 35 | 2F | 8C | 43 | 20 |
| Octal | 33 | 207 | 77 | 120 | 0 | 65 | 57 | 214 | 103 | 40 |
| Binary | 11011 | 10000111 | 111111 | 1010000 | 0 | 110101 | 101111 | 10001100 | 1000011 | 100000 |
Color Harmonies of #1B873F
Complementary color
Monochromatic Colors of #1B873F
Black with #1B873F
Text Example
Text Example
White with #1B873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B873F; }
p { color: rgb(27,135,63); }
H1.HeaderClassName
{
color: #1B873F;
}
.AnyTagClassName
{
color: #1B873F;
}
</style>
background-color css
<style>
a { background-color: #1B873F; }
a { background-color: rgb(27,135,63); }
div.DivClassName
{
background-color: #1B873F;
}
.BgClassName
{
background-color: #1B873F;
}
</style>
border-color css
<style>
span { border-color: #1B873F; }
span { border-color: rgb(27,135,63); }
td.TdClassName
{
border-color: #1B873F;
}
.TagClassName
{
border-color: #1B873F;
}
</style>