Shades of Salem #1F754E
Tints of Salem #1F754E
RGB
CMYK
RGB Variations
Color information
#1F754E (or 0x1F754E) is known color: Salem. HEX triplet: 1F, 75 and 4E. RGB value is (31,117,78). Sum of RGB (Red+Green+Blue) = 31+117+78=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #1F754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F754E is #E08AB1. Grayscale: #565656. Windows color (decimal): -14715570 or 5141791. OLE color: 5141791.
HSL color Cylindrical-coordinate representation of color #1F754E: hue angle of 152.79º 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 #1F754E is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 78 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.54 |
| HSL | 152.79º | 0.58% | 0.29% | - |
| HSV(B) | 152.79º | 0.74% | 0.46% | - |
| XYZ | 8.3 | 13.56 | 9.39 | - |
| YUV | 86.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 78 | 0.74 | 0 | 0.33 | 0.54 | 152.79 | 0.58 | 0.29 |
| Hex | 1F | 75 | 4E | 4A | 0 | 21 | 36 | 99 | 3A | 1D |
| Octal | 37 | 165 | 116 | 112 | 0 | 41 | 66 | 231 | 72 | 35 |
| Binary | 11111 | 1110101 | 1001110 | 1001010 | 0 | 100001 | 110110 | 10011001 | 111010 | 11101 |
Color Harmonies of #1F754E
Complementary color
Monochromatic Colors of #1F754E
Black with #1F754E
Text Example
Text Example
White with #1F754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F754E; }
p { color: rgb(31,117,78); }
H1.HeaderClassName
{
color: #1F754E;
}
.AnyTagClassName
{
color: #1F754E;
}
</style>
background-color css
<style>
a { background-color: #1F754E; }
a { background-color: rgb(31,117,78); }
div.DivClassName
{
background-color: #1F754E;
}
.BgClassName
{
background-color: #1F754E;
}
</style>
border-color css
<style>
span { border-color: #1F754E; }
span { border-color: rgb(31,117,78); }
td.TdClassName
{
border-color: #1F754E;
}
.TagClassName
{
border-color: #1F754E;
}
</style>