Shades of Salem #1F7D5A
Tints of Salem #1F7D5A
RGB
CMYK
RGB Variations
Color information
#1F7D5A (or 0x1F7D5A) is known color: Salem. HEX triplet: 1F, 7D and 5A. RGB value is (31,125,90). Sum of RGB (Red+Green+Blue) = 31+125+90=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D5A is #E082A5. Grayscale: #5C5C5C. Windows color (decimal): -14713510 or 5930271. OLE color: 5930271.
HSL color Cylindrical-coordinate representation of color #1F7D5A: hue angle of 157.66º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7D5A is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 125 | 90 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.51 |
| HSL | 157.66º | 0.6% | 0.31% | - |
| HSV(B) | 157.66º | 0.75% | 0.49% | - |
| XYZ | 9.74 | 15.7 | 12.19 | - |
| YUV | 92.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 90 | 0.75 | 0 | 0.28 | 0.51 | 157.66 | 0.6 | 0.31 |
| Hex | 1F | 7D | 5A | 4B | 0 | 1C | 33 | 9E | 3C | 1F |
| Octal | 37 | 175 | 132 | 113 | 0 | 34 | 63 | 236 | 74 | 37 |
| Binary | 11111 | 1111101 | 1011010 | 1001011 | 0 | 11100 | 110011 | 10011110 | 111100 | 11111 |
Color Harmonies of #1F7D5A
Complementary color
Monochromatic Colors of #1F7D5A
Black with #1F7D5A
Text Example
Text Example
White with #1F7D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D5A; }
p { color: rgb(31,125,90); }
H1.HeaderClassName
{
color: #1F7D5A;
}
.AnyTagClassName
{
color: #1F7D5A;
}
</style>
background-color css
<style>
a { background-color: #1F7D5A; }
a { background-color: rgb(31,125,90); }
div.DivClassName
{
background-color: #1F7D5A;
}
.BgClassName
{
background-color: #1F7D5A;
}
</style>
border-color css
<style>
span { border-color: #1F7D5A; }
span { border-color: rgb(31,125,90); }
td.TdClassName
{
border-color: #1F7D5A;
}
.TagClassName
{
border-color: #1F7D5A;
}
</style>