Shades of Salem #1F754C
Tints of Salem #1F754C
RGB
CMYK
RGB Variations
Color information
#1F754C (or 0x1F754C) is known color: Salem. HEX triplet: 1F, 75 and 4C. RGB value is (31,117,76). Sum of RGB (Red+Green+Blue) = 31+117+76=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #1F754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F754C is #E08AB3. Grayscale: #565656. Windows color (decimal): -14715572 or 5010719. OLE color: 5010719.
HSL color Cylindrical-coordinate representation of color #1F754C: hue angle of 151.4º 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 #1F754C is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 76 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.54 |
| HSL | 151.4º | 0.58% | 0.29% | - |
| HSV(B) | 151.4º | 0.74% | 0.46% | - |
| XYZ | 8.23 | 13.54 | 9.02 | - |
| YUV | 86.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 76 | 0.74 | 0 | 0.35 | 0.54 | 151.4 | 0.58 | 0.29 |
| Hex | 1F | 75 | 4C | 4A | 0 | 23 | 36 | 97 | 3A | 1D |
| Octal | 37 | 165 | 114 | 112 | 0 | 43 | 66 | 227 | 72 | 35 |
| Binary | 11111 | 1110101 | 1001100 | 1001010 | 0 | 100011 | 110110 | 10010111 | 111010 | 11101 |
Color Harmonies of #1F754C
Complementary color
Monochromatic Colors of #1F754C
Black with #1F754C
Text Example
Text Example
White with #1F754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F754C; }
p { color: rgb(31,117,76); }
H1.HeaderClassName
{
color: #1F754C;
}
.AnyTagClassName
{
color: #1F754C;
}
</style>
background-color css
<style>
a { background-color: #1F754C; }
a { background-color: rgb(31,117,76); }
div.DivClassName
{
background-color: #1F754C;
}
.BgClassName
{
background-color: #1F754C;
}
</style>
border-color css
<style>
span { border-color: #1F754C; }
span { border-color: rgb(31,117,76); }
td.TdClassName
{
border-color: #1F754C;
}
.TagClassName
{
border-color: #1F754C;
}
</style>