Shades of Salem #1F7652
Tints of Salem #1F7652
RGB
CMYK
RGB Variations
Color information
#1F7652 (or 0x1F7652) is known color: Salem. HEX triplet: 1F, 76 and 52. RGB value is (31,118,82). Sum of RGB (Red+Green+Blue) = 31+118+82=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7652 is #E089AD. Grayscale: #575757. Windows color (decimal): -14715310 or 5404191. OLE color: 5404191.
HSL color Cylindrical-coordinate representation of color #1F7652: hue angle of 155.17º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7652 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 82 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.54 |
| HSL | 155.17º | 0.58% | 0.29% | - |
| HSV(B) | 155.17º | 0.74% | 0.46% | - |
| XYZ | 8.57 | 13.86 | 10.21 | - |
| YUV | 87.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 82 | 0.74 | 0 | 0.31 | 0.54 | 155.17 | 0.58 | 0.29 |
| Hex | 1F | 76 | 52 | 4A | 0 | 1F | 36 | 9B | 3A | 1D |
| Octal | 37 | 166 | 122 | 112 | 0 | 37 | 66 | 233 | 72 | 35 |
| Binary | 11111 | 1110110 | 1010010 | 1001010 | 0 | 11111 | 110110 | 10011011 | 111010 | 11101 |
Color Harmonies of #1F7652
Complementary color
Monochromatic Colors of #1F7652
Black with #1F7652
Text Example
Text Example
White with #1F7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7652; }
p { color: rgb(31,118,82); }
H1.HeaderClassName
{
color: #1F7652;
}
.AnyTagClassName
{
color: #1F7652;
}
</style>
background-color css
<style>
a { background-color: #1F7652; }
a { background-color: rgb(31,118,82); }
div.DivClassName
{
background-color: #1F7652;
}
.BgClassName
{
background-color: #1F7652;
}
</style>
border-color css
<style>
span { border-color: #1F7652; }
span { border-color: rgb(31,118,82); }
td.TdClassName
{
border-color: #1F7652;
}
.TagClassName
{
border-color: #1F7652;
}
</style>