Shades of Salem #1F7A54
Tints of Salem #1F7A54
RGB
CMYK
RGB Variations
Color information
#1F7A54 (or 0x1F7A54) is known color: Salem. HEX triplet: 1F, 7A and 54. RGB value is (31,122,84). Sum of RGB (Red+Green+Blue) = 31+122+84=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7A54 is #E085AB. Grayscale: #5A5A5A. Windows color (decimal): -14714284 or 5536287. OLE color: 5536287.
HSL color Cylindrical-coordinate representation of color #1F7A54: hue angle of 154.95º 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 #1F7A54 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 122 | 84 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.52 |
| HSL | 154.95º | 0.59% | 0.3% | - |
| HSV(B) | 154.95º | 0.75% | 0.48% | - |
| XYZ | 9.12 | 14.85 | 10.77 | - |
| YUV | 90.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 84 | 0.75 | 0 | 0.31 | 0.52 | 154.95 | 0.59 | 0.3 |
| Hex | 1F | 7A | 54 | 4B | 0 | 1F | 34 | 9B | 3B | 1E |
| Octal | 37 | 172 | 124 | 113 | 0 | 37 | 64 | 233 | 73 | 36 |
| Binary | 11111 | 1111010 | 1010100 | 1001011 | 0 | 11111 | 110100 | 10011011 | 111011 | 11110 |
Color Harmonies of #1F7A54
Complementary color
Monochromatic Colors of #1F7A54
Black with #1F7A54
Text Example
Text Example
White with #1F7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7A54; }
p { color: rgb(31,122,84); }
H1.HeaderClassName
{
color: #1F7A54;
}
.AnyTagClassName
{
color: #1F7A54;
}
</style>
background-color css
<style>
a { background-color: #1F7A54; }
a { background-color: rgb(31,122,84); }
div.DivClassName
{
background-color: #1F7A54;
}
.BgClassName
{
background-color: #1F7A54;
}
</style>
border-color css
<style>
span { border-color: #1F7A54; }
span { border-color: rgb(31,122,84); }
td.TdClassName
{
border-color: #1F7A54;
}
.TagClassName
{
border-color: #1F7A54;
}
</style>