Shades of Salem #1E764C
Tints of Salem #1E764C
RGB
CMYK
RGB Variations
Color information
#1E764C (or 0x1E764C) is known color: Salem. HEX triplet: 1E, 76 and 4C. RGB value is (30,118,76). Sum of RGB (Red+Green+Blue) = 30+118+76=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #1E764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E764C is #E189B3. Grayscale: #565656. Windows color (decimal): -14780852 or 5010974. OLE color: 5010974.
HSL color Cylindrical-coordinate representation of color #1E764C: hue angle of 151.36º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E764C is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 118 | 76 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.54 |
| HSL | 151.36º | 0.59% | 0.29% | - |
| HSV(B) | 151.36º | 0.75% | 0.46% | - |
| XYZ | 8.32 | 13.75 | 9.05 | - |
| YUV | 86.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 76 | 0.75 | 0 | 0.36 | 0.54 | 151.36 | 0.59 | 0.29 |
| Hex | 1E | 76 | 4C | 4B | 0 | 24 | 36 | 97 | 3B | 1D |
| Octal | 36 | 166 | 114 | 113 | 0 | 44 | 66 | 227 | 73 | 35 |
| Binary | 11110 | 1110110 | 1001100 | 1001011 | 0 | 100100 | 110110 | 10010111 | 111011 | 11101 |
Color Harmonies of #1E764C
Complementary color
Monochromatic Colors of #1E764C
Black with #1E764C
Text Example
Text Example
White with #1E764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E764C; }
p { color: rgb(30,118,76); }
H1.HeaderClassName
{
color: #1E764C;
}
.AnyTagClassName
{
color: #1E764C;
}
</style>
background-color css
<style>
a { background-color: #1E764C; }
a { background-color: rgb(30,118,76); }
div.DivClassName
{
background-color: #1E764C;
}
.BgClassName
{
background-color: #1E764C;
}
</style>
border-color css
<style>
span { border-color: #1E764C; }
span { border-color: rgb(30,118,76); }
td.TdClassName
{
border-color: #1E764C;
}
.TagClassName
{
border-color: #1E764C;
}
</style>