Shades of Salem #1F7554
Tints of Salem #1F7554
RGB
CMYK
RGB Variations
Color information
#1F7554 (or 0x1F7554) is known color: Salem. HEX triplet: 1F, 75 and 54. RGB value is (31,117,84). Sum of RGB (Red+Green+Blue) = 31+117+84=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7554 is #E08AAB. Grayscale: #575757. Windows color (decimal): -14715564 or 5535007. OLE color: 5535007.
HSL color Cylindrical-coordinate representation of color #1F7554: hue angle of 156.98º 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 #1F7554 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 84 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.54 |
| HSL | 156.98º | 0.58% | 0.29% | - |
| HSV(B) | 156.98º | 0.74% | 0.46% | - |
| XYZ | 8.53 | 13.65 | 10.57 | - |
| YUV | 87.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 84 | 0.74 | 0 | 0.28 | 0.54 | 156.98 | 0.58 | 0.29 |
| Hex | 1F | 75 | 54 | 4A | 0 | 1C | 36 | 9D | 3A | 1D |
| Octal | 37 | 165 | 124 | 112 | 0 | 34 | 66 | 235 | 72 | 35 |
| Binary | 11111 | 1110101 | 1010100 | 1001010 | 0 | 11100 | 110110 | 10011101 | 111010 | 11101 |
Color Harmonies of #1F7554
Complementary color
Monochromatic Colors of #1F7554
Black with #1F7554
Text Example
Text Example
White with #1F7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7554; }
p { color: rgb(31,117,84); }
H1.HeaderClassName
{
color: #1F7554;
}
.AnyTagClassName
{
color: #1F7554;
}
</style>
background-color css
<style>
a { background-color: #1F7554; }
a { background-color: rgb(31,117,84); }
div.DivClassName
{
background-color: #1F7554;
}
.BgClassName
{
background-color: #1F7554;
}
</style>
border-color css
<style>
span { border-color: #1F7554; }
span { border-color: rgb(31,117,84); }
td.TdClassName
{
border-color: #1F7554;
}
.TagClassName
{
border-color: #1F7554;
}
</style>