Shades of Salem #1F7850
Tints of Salem #1F7850
RGB
CMYK
RGB Variations
Color information
#1F7850 (or 0x1F7850) is known color: Salem. HEX triplet: 1F, 78 and 50. RGB value is (31,120,80). Sum of RGB (Red+Green+Blue) = 31+120+80=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7850 is #E087AF. Grayscale: #585858. Windows color (decimal): -14714800 or 5273631. OLE color: 5273631.
HSL color Cylindrical-coordinate representation of color #1F7850: hue angle of 153.03º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7850 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 80 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.53 |
| HSL | 153.03º | 0.59% | 0.3% | - |
| HSV(B) | 153.03º | 0.74% | 0.47% | - |
| XYZ | 8.73 | 14.3 | 9.89 | - |
| YUV | 88.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 80 | 0.74 | 0 | 0.33 | 0.53 | 153.03 | 0.59 | 0.3 |
| Hex | 1F | 78 | 50 | 4A | 0 | 21 | 35 | 99 | 3B | 1E |
| Octal | 37 | 170 | 120 | 112 | 0 | 41 | 65 | 231 | 73 | 36 |
| Binary | 11111 | 1111000 | 1010000 | 1001010 | 0 | 100001 | 110101 | 10011001 | 111011 | 11110 |
Color Harmonies of #1F7850
Complementary color
Monochromatic Colors of #1F7850
Black with #1F7850
Text Example
Text Example
White with #1F7850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7850; }
p { color: rgb(31,120,80); }
H1.HeaderClassName
{
color: #1F7850;
}
.AnyTagClassName
{
color: #1F7850;
}
</style>
background-color css
<style>
a { background-color: #1F7850; }
a { background-color: rgb(31,120,80); }
div.DivClassName
{
background-color: #1F7850;
}
.BgClassName
{
background-color: #1F7850;
}
</style>
border-color css
<style>
span { border-color: #1F7850; }
span { border-color: rgb(31,120,80); }
td.TdClassName
{
border-color: #1F7850;
}
.TagClassName
{
border-color: #1F7850;
}
</style>