Shades of Salem #1F8350
Tints of Salem #1F8350
RGB
CMYK
RGB Variations
Color information
#1F8350 (or 0x1F8350) is known color: Salem. HEX triplet: 1F, 83 and 50. RGB value is (31,131,80). Sum of RGB (Red+Green+Blue) = 31+131+80=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8350 is #E07CAF. Grayscale: #5F5F5F. Windows color (decimal): -14711984 or 5276447. OLE color: 5276447.
HSL color Cylindrical-coordinate representation of color #1F8350: hue angle of 149.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8350 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 80 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.49 |
| HSL | 149.4º | 0.62% | 0.32% | - |
| HSV(B) | 149.4º | 0.76% | 0.51% | - |
| XYZ | 10.13 | 17.1 | 10.36 | - |
| YUV | 95.29 | 119.37 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 80 | 0.76 | 0 | 0.39 | 0.49 | 149.4 | 0.62 | 0.32 |
| Hex | 1F | 83 | 50 | 4C | 0 | 27 | 31 | 95 | 3E | 20 |
| Octal | 37 | 203 | 120 | 114 | 0 | 47 | 61 | 225 | 76 | 40 |
| Binary | 11111 | 10000011 | 1010000 | 1001100 | 0 | 100111 | 110001 | 10010101 | 111110 | 100000 |
Color Harmonies of #1F8350
Complementary color
Monochromatic Colors of #1F8350
Black with #1F8350
Text Example
Text Example
White with #1F8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8350; }
p { color: rgb(31,131,80); }
H1.HeaderClassName
{
color: #1F8350;
}
.AnyTagClassName
{
color: #1F8350;
}
</style>
background-color css
<style>
a { background-color: #1F8350; }
a { background-color: rgb(31,131,80); }
div.DivClassName
{
background-color: #1F8350;
}
.BgClassName
{
background-color: #1F8350;
}
</style>
border-color css
<style>
span { border-color: #1F8350; }
span { border-color: rgb(31,131,80); }
td.TdClassName
{
border-color: #1F8350;
}
.TagClassName
{
border-color: #1F8350;
}
</style>