Shades of Salem #1F784D
Tints of Salem #1F784D
RGB
CMYK
RGB Variations
Color information
#1F784D (or 0x1F784D) is known color: Salem. HEX triplet: 1F, 78 and 4D. RGB value is (31,120,77). Sum of RGB (Red+Green+Blue) = 31+120+77=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #1F784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F784D is #E087B2. Grayscale: #585858. Windows color (decimal): -14714803 or 5077023. OLE color: 5077023.
HSL color Cylindrical-coordinate representation of color #1F784D: hue angle of 151.01º 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 #1F784D is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 77 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.53 |
| HSL | 151.01º | 0.59% | 0.3% | - |
| HSV(B) | 151.01º | 0.74% | 0.47% | - |
| XYZ | 8.62 | 14.26 | 9.32 | - |
| YUV | 88.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 77 | 0.74 | 0 | 0.36 | 0.53 | 151.01 | 0.59 | 0.3 |
| Hex | 1F | 78 | 4D | 4A | 0 | 24 | 35 | 97 | 3B | 1E |
| Octal | 37 | 170 | 115 | 112 | 0 | 44 | 65 | 227 | 73 | 36 |
| Binary | 11111 | 1111000 | 1001101 | 1001010 | 0 | 100100 | 110101 | 10010111 | 111011 | 11110 |
Color Harmonies of #1F784D
Complementary color
Monochromatic Colors of #1F784D
Black with #1F784D
Text Example
Text Example
White with #1F784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F784D; }
p { color: rgb(31,120,77); }
H1.HeaderClassName
{
color: #1F784D;
}
.AnyTagClassName
{
color: #1F784D;
}
</style>
background-color css
<style>
a { background-color: #1F784D; }
a { background-color: rgb(31,120,77); }
div.DivClassName
{
background-color: #1F784D;
}
.BgClassName
{
background-color: #1F784D;
}
</style>
border-color css
<style>
span { border-color: #1F784D; }
span { border-color: rgb(31,120,77); }
td.TdClassName
{
border-color: #1F784D;
}
.TagClassName
{
border-color: #1F784D;
}
</style>