Shades of Salem #1F8656
Tints of Salem #1F8656
RGB
CMYK
RGB Variations
Color information
#1F8656 (or 0x1F8656) is known color: Salem. HEX triplet: 1F, 86 and 56. RGB value is (31,134,86). Sum of RGB (Red+Green+Blue) = 31+134+86=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8656 is #E079A9. Grayscale: #616161. Windows color (decimal): -14711210 or 5670431. OLE color: 5670431.
HSL color Cylindrical-coordinate representation of color #1F8656: hue angle of 152.04º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8656 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 86 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.47 |
| HSL | 152.04º | 0.62% | 0.32% | - |
| HSV(B) | 152.04º | 0.77% | 0.53% | - |
| XYZ | 10.77 | 18.01 | 11.71 | - |
| YUV | 97.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 86 | 0.77 | 0 | 0.36 | 0.47 | 152.04 | 0.62 | 0.32 |
| Hex | 1F | 86 | 56 | 4D | 0 | 24 | 2F | 98 | 3E | 20 |
| Octal | 37 | 206 | 126 | 115 | 0 | 44 | 57 | 230 | 76 | 40 |
| Binary | 11111 | 10000110 | 1010110 | 1001101 | 0 | 100100 | 101111 | 10011000 | 111110 | 100000 |
Color Harmonies of #1F8656
Complementary color
Monochromatic Colors of #1F8656
Black with #1F8656
Text Example
Text Example
White with #1F8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8656; }
p { color: rgb(31,134,86); }
H1.HeaderClassName
{
color: #1F8656;
}
.AnyTagClassName
{
color: #1F8656;
}
</style>
background-color css
<style>
a { background-color: #1F8656; }
a { background-color: rgb(31,134,86); }
div.DivClassName
{
background-color: #1F8656;
}
.BgClassName
{
background-color: #1F8656;
}
</style>
border-color css
<style>
span { border-color: #1F8656; }
span { border-color: rgb(31,134,86); }
td.TdClassName
{
border-color: #1F8656;
}
.TagClassName
{
border-color: #1F8656;
}
</style>