Shades of Salem #1F825A
Tints of Salem #1F825A
RGB
CMYK
RGB Variations
Color information
#1F825A (or 0x1F825A) is known color: Salem. HEX triplet: 1F, 82 and 5A. RGB value is (31,130,90). Sum of RGB (Red+Green+Blue) = 31+130+90=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825A is #E07DA5. Grayscale: #5F5F5F. Windows color (decimal): -14712230 or 5931551. OLE color: 5931551.
HSL color Cylindrical-coordinate representation of color #1F825A: hue angle of 155.76º 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 #1F825A is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 90 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.49 |
| HSL | 155.76º | 0.61% | 0.32% | - |
| HSV(B) | 155.76º | 0.76% | 0.51% | - |
| XYZ | 10.39 | 16.99 | 12.41 | - |
| YUV | 95.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 90 | 0.76 | 0 | 0.31 | 0.49 | 155.76 | 0.61 | 0.32 |
| Hex | 1F | 82 | 5A | 4C | 0 | 1F | 31 | 9C | 3D | 20 |
| Octal | 37 | 202 | 132 | 114 | 0 | 37 | 61 | 234 | 75 | 40 |
| Binary | 11111 | 10000010 | 1011010 | 1001100 | 0 | 11111 | 110001 | 10011100 | 111101 | 100000 |
Color Harmonies of #1F825A
Complementary color
Monochromatic Colors of #1F825A
Black with #1F825A
Text Example
Text Example
White with #1F825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F825A; }
p { color: rgb(31,130,90); }
H1.HeaderClassName
{
color: #1F825A;
}
.AnyTagClassName
{
color: #1F825A;
}
</style>
background-color css
<style>
a { background-color: #1F825A; }
a { background-color: rgb(31,130,90); }
div.DivClassName
{
background-color: #1F825A;
}
.BgClassName
{
background-color: #1F825A;
}
</style>
border-color css
<style>
span { border-color: #1F825A; }
span { border-color: rgb(31,130,90); }
td.TdClassName
{
border-color: #1F825A;
}
.TagClassName
{
border-color: #1F825A;
}
</style>