Shades of Salem #1F7756
Tints of Salem #1F7756
RGB
CMYK
RGB Variations
Color information
#1F7756 (or 0x1F7756) is known color: Salem. HEX triplet: 1F, 77 and 56. RGB value is (31,119,86). Sum of RGB (Red+Green+Blue) = 31+119+86=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7756 is #E088A9. Grayscale: #585858. Windows color (decimal): -14715050 or 5666591. OLE color: 5666591.
HSL color Cylindrical-coordinate representation of color #1F7756: hue angle of 157.5º 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 #1F7756 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 86 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.53 |
| HSL | 157.5º | 0.59% | 0.29% | - |
| HSV(B) | 157.5º | 0.74% | 0.47% | - |
| XYZ | 8.84 | 14.16 | 11.07 | - |
| YUV | 88.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 86 | 0.74 | 0 | 0.28 | 0.53 | 157.5 | 0.59 | 0.29 |
| Hex | 1F | 77 | 56 | 4A | 0 | 1C | 35 | 9E | 3B | 1D |
| Octal | 37 | 167 | 126 | 112 | 0 | 34 | 65 | 236 | 73 | 35 |
| Binary | 11111 | 1110111 | 1010110 | 1001010 | 0 | 11100 | 110101 | 10011110 | 111011 | 11101 |
Color Harmonies of #1F7756
Complementary color
Monochromatic Colors of #1F7756
Black with #1F7756
Text Example
Text Example
White with #1F7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7756; }
p { color: rgb(31,119,86); }
H1.HeaderClassName
{
color: #1F7756;
}
.AnyTagClassName
{
color: #1F7756;
}
</style>
background-color css
<style>
a { background-color: #1F7756; }
a { background-color: rgb(31,119,86); }
div.DivClassName
{
background-color: #1F7756;
}
.BgClassName
{
background-color: #1F7756;
}
</style>
border-color css
<style>
span { border-color: #1F7756; }
span { border-color: rgb(31,119,86); }
td.TdClassName
{
border-color: #1F7756;
}
.TagClassName
{
border-color: #1F7756;
}
</style>