Shades of Salem #1F7A59
Tints of Salem #1F7A59
RGB
CMYK
RGB Variations
Color information
#1F7A59 (or 0x1F7A59) is known color: Salem. HEX triplet: 1F, 7A and 59. RGB value is (31,122,89). Sum of RGB (Red+Green+Blue) = 31+122+89=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7A59 is #E085A6. Grayscale: #5B5B5B. Windows color (decimal): -14714279 or 5863967. OLE color: 5863967.
HSL color Cylindrical-coordinate representation of color #1F7A59: hue angle of 158.24º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7A59 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 122 | 89 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.52 |
| HSL | 158.24º | 0.59% | 0.3% | - |
| HSV(B) | 158.24º | 0.75% | 0.48% | - |
| XYZ | 9.33 | 14.93 | 11.84 | - |
| YUV | 91.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 89 | 0.75 | 0 | 0.27 | 0.52 | 158.24 | 0.59 | 0.3 |
| Hex | 1F | 7A | 59 | 4B | 0 | 1B | 34 | 9E | 3B | 1E |
| Octal | 37 | 172 | 131 | 113 | 0 | 33 | 64 | 236 | 73 | 36 |
| Binary | 11111 | 1111010 | 1011001 | 1001011 | 0 | 11011 | 110100 | 10011110 | 111011 | 11110 |
Color Harmonies of #1F7A59
Complementary color
Monochromatic Colors of #1F7A59
Black with #1F7A59
Text Example
Text Example
White with #1F7A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7A59; }
p { color: rgb(31,122,89); }
H1.HeaderClassName
{
color: #1F7A59;
}
.AnyTagClassName
{
color: #1F7A59;
}
</style>
background-color css
<style>
a { background-color: #1F7A59; }
a { background-color: rgb(31,122,89); }
div.DivClassName
{
background-color: #1F7A59;
}
.BgClassName
{
background-color: #1F7A59;
}
</style>
border-color css
<style>
span { border-color: #1F7A59; }
span { border-color: rgb(31,122,89); }
td.TdClassName
{
border-color: #1F7A59;
}
.TagClassName
{
border-color: #1F7A59;
}
</style>