Shades of Salem #1F825B
Tints of Salem #1F825B
RGB
CMYK
RGB Variations
Color information
#1F825B (or 0x1F825B) is known color: Salem. HEX triplet: 1F, 82 and 5B. RGB value is (31,130,91). Sum of RGB (Red+Green+Blue) = 31+130+91=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825B is #E07DA4. Grayscale: #606060. Windows color (decimal): -14712229 or 5997087. OLE color: 5997087.
HSL color Cylindrical-coordinate representation of color #1F825B: hue angle of 156.36º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F825B is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 91 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.49 |
| HSL | 156.36º | 0.61% | 0.32% | - |
| HSV(B) | 156.36º | 0.76% | 0.51% | - |
| XYZ | 10.44 | 17.01 | 12.63 | - |
| YUV | 95.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 91 | 0.76 | 0 | 0.30 | 0.49 | 156.36 | 0.61 | 0.32 |
| Hex | 1F | 82 | 5B | 4C | 0 | 1E | 31 | 9C | 3D | 20 |
| Octal | 37 | 202 | 133 | 114 | 0 | 36 | 61 | 234 | 75 | 40 |
| Binary | 11111 | 10000010 | 1011011 | 1001100 | 0 | 11110 | 110001 | 10011100 | 111101 | 100000 |
Color Harmonies of #1F825B
Complementary color
Monochromatic Colors of #1F825B
Black with #1F825B
Text Example
Text Example
White with #1F825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F825B; }
p { color: rgb(31,130,91); }
H1.HeaderClassName
{
color: #1F825B;
}
.AnyTagClassName
{
color: #1F825B;
}
</style>
background-color css
<style>
a { background-color: #1F825B; }
a { background-color: rgb(31,130,91); }
div.DivClassName
{
background-color: #1F825B;
}
.BgClassName
{
background-color: #1F825B;
}
</style>
border-color css
<style>
span { border-color: #1F825B; }
span { border-color: rgb(31,130,91); }
td.TdClassName
{
border-color: #1F825B;
}
.TagClassName
{
border-color: #1F825B;
}
</style>