Shades of Salem #1F8753
Tints of Salem #1F8753
RGB
CMYK
RGB Variations
Color information
#1F8753 (or 0x1F8753) is known color: Salem. HEX triplet: 1F, 87 and 53. RGB value is (31,135,83). Sum of RGB (Red+Green+Blue) = 31+135+83=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8753 is #E078AC. Grayscale: #626262. Windows color (decimal): -14710957 or 5474079. OLE color: 5474079.
HSL color Cylindrical-coordinate representation of color #1F8753: hue angle of 150º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8753 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 83 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.47 |
| HSL | 150º | 0.63% | 0.33% | - |
| HSV(B) | 150º | 0.77% | 0.53% | - |
| XYZ | 10.79 | 18.24 | 11.14 | - |
| YUV | 97.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 83 | 0.77 | 0 | 0.39 | 0.47 | 150 | 0.63 | 0.33 |
| Hex | 1F | 87 | 53 | 4D | 0 | 27 | 2F | 96 | 3F | 21 |
| Octal | 37 | 207 | 123 | 115 | 0 | 47 | 57 | 226 | 77 | 41 |
| Binary | 11111 | 10000111 | 1010011 | 1001101 | 0 | 100111 | 101111 | 10010110 | 111111 | 100001 |
Color Harmonies of #1F8753
Complementary color
Monochromatic Colors of #1F8753
Black with #1F8753
Text Example
Text Example
White with #1F8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8753; }
p { color: rgb(31,135,83); }
H1.HeaderClassName
{
color: #1F8753;
}
.AnyTagClassName
{
color: #1F8753;
}
</style>
background-color css
<style>
a { background-color: #1F8753; }
a { background-color: rgb(31,135,83); }
div.DivClassName
{
background-color: #1F8753;
}
.BgClassName
{
background-color: #1F8753;
}
</style>
border-color css
<style>
span { border-color: #1F8753; }
span { border-color: rgb(31,135,83); }
td.TdClassName
{
border-color: #1F8753;
}
.TagClassName
{
border-color: #1F8753;
}
</style>