Shades of Salem #1F754F
Tints of Salem #1F754F
RGB
CMYK
RGB Variations
Color information
#1F754F (or 0x1F754F) is known color: Salem. HEX triplet: 1F, 75 and 4F. RGB value is (31,117,79). Sum of RGB (Red+Green+Blue) = 31+117+79=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #1F754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F754F is #E08AB0. Grayscale: #575757. Windows color (decimal): -14715569 or 5207327. OLE color: 5207327.
HSL color Cylindrical-coordinate representation of color #1F754F: hue angle of 153.49º 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 #1F754F is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 79 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.54 |
| HSL | 153.49º | 0.58% | 0.29% | - |
| HSV(B) | 153.49º | 0.74% | 0.46% | - |
| XYZ | 8.34 | 13.58 | 9.58 | - |
| YUV | 86.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 79 | 0.74 | 0 | 0.32 | 0.54 | 153.49 | 0.58 | 0.29 |
| Hex | 1F | 75 | 4F | 4A | 0 | 20 | 36 | 99 | 3A | 1D |
| Octal | 37 | 165 | 117 | 112 | 0 | 40 | 66 | 231 | 72 | 35 |
| Binary | 11111 | 1110101 | 1001111 | 1001010 | 0 | 100000 | 110110 | 10011001 | 111010 | 11101 |
Color Harmonies of #1F754F
Complementary color
Monochromatic Colors of #1F754F
Black with #1F754F
Text Example
Text Example
White with #1F754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F754F; }
p { color: rgb(31,117,79); }
H1.HeaderClassName
{
color: #1F754F;
}
.AnyTagClassName
{
color: #1F754F;
}
</style>
background-color css
<style>
a { background-color: #1F754F; }
a { background-color: rgb(31,117,79); }
div.DivClassName
{
background-color: #1F754F;
}
.BgClassName
{
background-color: #1F754F;
}
</style>
border-color css
<style>
span { border-color: #1F754F; }
span { border-color: rgb(31,117,79); }
td.TdClassName
{
border-color: #1F754F;
}
.TagClassName
{
border-color: #1F754F;
}
</style>