Shades of Salem #1F774A
Tints of Salem #1F774A
RGB
CMYK
RGB Variations
Color information
#1F774A (or 0x1F774A) is known color: Salem. HEX triplet: 1F, 77 and 4A. RGB value is (31,119,74). Sum of RGB (Red+Green+Blue) = 31+119+74=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #1F774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F774A is #E088B5. Grayscale: #575757. Windows color (decimal): -14715062 or 4880159. OLE color: 4880159.
HSL color Cylindrical-coordinate representation of color #1F774A: hue angle of 149.32º 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 #1F774A is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 74 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.53 |
| HSL | 149.32º | 0.59% | 0.29% | - |
| HSV(B) | 149.32º | 0.74% | 0.47% | - |
| XYZ | 8.4 | 13.98 | 8.73 | - |
| YUV | 87.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 74 | 0.74 | 0 | 0.38 | 0.53 | 149.32 | 0.59 | 0.29 |
| Hex | 1F | 77 | 4A | 4A | 0 | 26 | 35 | 95 | 3B | 1D |
| Octal | 37 | 167 | 112 | 112 | 0 | 46 | 65 | 225 | 73 | 35 |
| Binary | 11111 | 1110111 | 1001010 | 1001010 | 0 | 100110 | 110101 | 10010101 | 111011 | 11101 |
Color Harmonies of #1F774A
Complementary color
Monochromatic Colors of #1F774A
Black with #1F774A
Text Example
Text Example
White with #1F774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F774A; }
p { color: rgb(31,119,74); }
H1.HeaderClassName
{
color: #1F774A;
}
.AnyTagClassName
{
color: #1F774A;
}
</style>
background-color css
<style>
a { background-color: #1F774A; }
a { background-color: rgb(31,119,74); }
div.DivClassName
{
background-color: #1F774A;
}
.BgClassName
{
background-color: #1F774A;
}
</style>
border-color css
<style>
span { border-color: #1F774A; }
span { border-color: rgb(31,119,74); }
td.TdClassName
{
border-color: #1F774A;
}
.TagClassName
{
border-color: #1F774A;
}
</style>