Shades of Salem #1F774E
Tints of Salem #1F774E
RGB
CMYK
RGB Variations
Color information
#1F774E (or 0x1F774E) is known color: Salem. HEX triplet: 1F, 77 and 4E. RGB value is (31,119,78). Sum of RGB (Red+Green+Blue) = 31+119+78=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #1F774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F774E is #E088B1. Grayscale: #585858. Windows color (decimal): -14715058 or 5142303. OLE color: 5142303.
HSL color Cylindrical-coordinate representation of color #1F774E: hue angle of 152.05º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F774E is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 78 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.53 |
| HSL | 152.05º | 0.59% | 0.29% | - |
| HSV(B) | 152.05º | 0.74% | 0.47% | - |
| XYZ | 8.54 | 14.04 | 9.47 | - |
| YUV | 88.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 78 | 0.74 | 0 | 0.34 | 0.53 | 152.05 | 0.59 | 0.29 |
| Hex | 1F | 77 | 4E | 4A | 0 | 22 | 35 | 98 | 3B | 1D |
| Octal | 37 | 167 | 116 | 112 | 0 | 42 | 65 | 230 | 73 | 35 |
| Binary | 11111 | 1110111 | 1001110 | 1001010 | 0 | 100010 | 110101 | 10011000 | 111011 | 11101 |
Color Harmonies of #1F774E
Complementary color
Monochromatic Colors of #1F774E
Black with #1F774E
Text Example
Text Example
White with #1F774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F774E; }
p { color: rgb(31,119,78); }
H1.HeaderClassName
{
color: #1F774E;
}
.AnyTagClassName
{
color: #1F774E;
}
</style>
background-color css
<style>
a { background-color: #1F774E; }
a { background-color: rgb(31,119,78); }
div.DivClassName
{
background-color: #1F774E;
}
.BgClassName
{
background-color: #1F774E;
}
</style>
border-color css
<style>
span { border-color: #1F774E; }
span { border-color: rgb(31,119,78); }
td.TdClassName
{
border-color: #1F774E;
}
.TagClassName
{
border-color: #1F774E;
}
</style>