Shades of Salem #1F7350
Tints of Salem #1F7350
RGB
CMYK
RGB Variations
Color information
#1F7350 (or 0x1F7350) is known color: Salem. HEX triplet: 1F, 73 and 50. RGB value is (31,115,80). Sum of RGB (Red+Green+Blue) = 31+115+80=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7350 is #E08CAF. Grayscale: #555555. Windows color (decimal): -14716080 or 5272351. OLE color: 5272351.
HSL color Cylindrical-coordinate representation of color #1F7350: hue angle of 155º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7350 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 80 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.55 |
| HSL | 155º | 0.58% | 0.29% | - |
| HSV(B) | 155º | 0.73% | 0.45% | - |
| XYZ | 8.14 | 13.13 | 9.69 | - |
| YUV | 85.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 80 | 0.73 | 0 | 0.30 | 0.55 | 155 | 0.58 | 0.29 |
| Hex | 1F | 73 | 50 | 49 | 0 | 1E | 37 | 9B | 3A | 1D |
| Octal | 37 | 163 | 120 | 111 | 0 | 36 | 67 | 233 | 72 | 35 |
| Binary | 11111 | 1110011 | 1010000 | 1001001 | 0 | 11110 | 110111 | 10011011 | 111010 | 11101 |
Color Harmonies of #1F7350
Complementary color
Monochromatic Colors of #1F7350
Black with #1F7350
Text Example
Text Example
White with #1F7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7350; }
p { color: rgb(31,115,80); }
H1.HeaderClassName
{
color: #1F7350;
}
.AnyTagClassName
{
color: #1F7350;
}
</style>
background-color css
<style>
a { background-color: #1F7350; }
a { background-color: rgb(31,115,80); }
div.DivClassName
{
background-color: #1F7350;
}
.BgClassName
{
background-color: #1F7350;
}
</style>
border-color css
<style>
span { border-color: #1F7350; }
span { border-color: rgb(31,115,80); }
td.TdClassName
{
border-color: #1F7350;
}
.TagClassName
{
border-color: #1F7350;
}
</style>