Shades of Salem #1F865A
Tints of Salem #1F865A
RGB
CMYK
RGB Variations
Color information
#1F865A (or 0x1F865A) is known color: Salem. HEX triplet: 1F, 86 and 5A. RGB value is (31,134,90). Sum of RGB (Red+Green+Blue) = 31+134+90=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #1F865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F865A is #E079A5. Grayscale: #626262. Windows color (decimal): -14711206 or 5932575. OLE color: 5932575.
HSL color Cylindrical-coordinate representation of color #1F865A: hue angle of 154.37º 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 #1F865A is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 90 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.47 |
| HSL | 154.37º | 0.62% | 0.32% | - |
| HSV(B) | 154.37º | 0.77% | 0.53% | - |
| XYZ | 10.94 | 18.08 | 12.59 | - |
| YUV | 98.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 90 | 0.77 | 0 | 0.33 | 0.47 | 154.37 | 0.62 | 0.32 |
| Hex | 1F | 86 | 5A | 4D | 0 | 21 | 2F | 9A | 3E | 20 |
| Octal | 37 | 206 | 132 | 115 | 0 | 41 | 57 | 232 | 76 | 40 |
| Binary | 11111 | 10000110 | 1011010 | 1001101 | 0 | 100001 | 101111 | 10011010 | 111110 | 100000 |
Color Harmonies of #1F865A
Complementary color
Monochromatic Colors of #1F865A
Black with #1F865A
Text Example
Text Example
White with #1F865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F865A; }
p { color: rgb(31,134,90); }
H1.HeaderClassName
{
color: #1F865A;
}
.AnyTagClassName
{
color: #1F865A;
}
</style>
background-color css
<style>
a { background-color: #1F865A; }
a { background-color: rgb(31,134,90); }
div.DivClassName
{
background-color: #1F865A;
}
.BgClassName
{
background-color: #1F865A;
}
</style>
border-color css
<style>
span { border-color: #1F865A; }
span { border-color: rgb(31,134,90); }
td.TdClassName
{
border-color: #1F865A;
}
.TagClassName
{
border-color: #1F865A;
}
</style>