Shades of Salem #1F764B
Tints of Salem #1F764B
RGB
CMYK
RGB Variations
Color information
#1F764B (or 0x1F764B) is known color: Salem. HEX triplet: 1F, 76 and 4B. RGB value is (31,118,75). Sum of RGB (Red+Green+Blue) = 31+118+75=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #1F764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F764B is #E089B4. Grayscale: #575757. Windows color (decimal): -14715317 or 4945439. OLE color: 4945439.
HSL color Cylindrical-coordinate representation of color #1F764B: hue angle of 150.34º 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 #1F764B is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 75 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.54 |
| HSL | 150.34º | 0.58% | 0.29% | - |
| HSV(B) | 150.34º | 0.74% | 0.46% | - |
| XYZ | 8.31 | 13.76 | 8.87 | - |
| YUV | 87.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 75 | 0.74 | 0 | 0.36 | 0.54 | 150.34 | 0.58 | 0.29 |
| Hex | 1F | 76 | 4B | 4A | 0 | 24 | 36 | 96 | 3A | 1D |
| Octal | 37 | 166 | 113 | 112 | 0 | 44 | 66 | 226 | 72 | 35 |
| Binary | 11111 | 1110110 | 1001011 | 1001010 | 0 | 100100 | 110110 | 10010110 | 111010 | 11101 |
Color Harmonies of #1F764B
Complementary color
Monochromatic Colors of #1F764B
Black with #1F764B
Text Example
Text Example
White with #1F764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F764B; }
p { color: rgb(31,118,75); }
H1.HeaderClassName
{
color: #1F764B;
}
.AnyTagClassName
{
color: #1F764B;
}
</style>
background-color css
<style>
a { background-color: #1F764B; }
a { background-color: rgb(31,118,75); }
div.DivClassName
{
background-color: #1F764B;
}
.BgClassName
{
background-color: #1F764B;
}
</style>
border-color css
<style>
span { border-color: #1F764B; }
span { border-color: rgb(31,118,75); }
td.TdClassName
{
border-color: #1F764B;
}
.TagClassName
{
border-color: #1F764B;
}
</style>