Shades of Salem #1F7650
Tints of Salem #1F7650
RGB
CMYK
RGB Variations
Color information
#1F7650 (or 0x1F7650) is known color: Salem. HEX triplet: 1F, 76 and 50. RGB value is (31,118,80). Sum of RGB (Red+Green+Blue) = 31+118+80=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7650 is #E089AF. Grayscale: #575757. Windows color (decimal): -14715312 or 5273119. OLE color: 5273119.
HSL color Cylindrical-coordinate representation of color #1F7650: hue angle of 153.79º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7650 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 80 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.54 |
| HSL | 153.79º | 0.58% | 0.29% | - |
| HSV(B) | 153.79º | 0.74% | 0.46% | - |
| XYZ | 8.49 | 13.83 | 9.81 | - |
| YUV | 87.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 80 | 0.74 | 0 | 0.32 | 0.54 | 153.79 | 0.58 | 0.29 |
| Hex | 1F | 76 | 50 | 4A | 0 | 20 | 36 | 9A | 3A | 1D |
| Octal | 37 | 166 | 120 | 112 | 0 | 40 | 66 | 232 | 72 | 35 |
| Binary | 11111 | 1110110 | 1010000 | 1001010 | 0 | 100000 | 110110 | 10011010 | 111010 | 11101 |
Color Harmonies of #1F7650
Complementary color
Monochromatic Colors of #1F7650
Black with #1F7650
Text Example
Text Example
White with #1F7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7650; }
p { color: rgb(31,118,80); }
H1.HeaderClassName
{
color: #1F7650;
}
.AnyTagClassName
{
color: #1F7650;
}
</style>
background-color css
<style>
a { background-color: #1F7650; }
a { background-color: rgb(31,118,80); }
div.DivClassName
{
background-color: #1F7650;
}
.BgClassName
{
background-color: #1F7650;
}
</style>
border-color css
<style>
span { border-color: #1F7650; }
span { border-color: rgb(31,118,80); }
td.TdClassName
{
border-color: #1F7650;
}
.TagClassName
{
border-color: #1F7650;
}
</style>