Shades of Salem #1D764B
Tints of Salem #1D764B
RGB
CMYK
RGB Variations
Color information
#1D764B (or 0x1D764B) is known color: Salem. HEX triplet: 1D, 76 and 4B. RGB value is (29,118,75). Sum of RGB (Red+Green+Blue) = 29+118+75=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #1D764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D764B is #E289B4. Grayscale: #565656. Windows color (decimal): -14846389 or 4945437. OLE color: 4945437.
HSL color Cylindrical-coordinate representation of color #1D764B: hue angle of 151.01º degrees, saturation: 0.61, 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 #1D764B is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 75 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.54 |
| HSL | 151.01º | 0.61% | 0.29% | - |
| HSV(B) | 151.01º | 0.75% | 0.46% | - |
| XYZ | 8.26 | 13.73 | 8.87 | - |
| YUV | 86.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 75 | 0.75 | 0 | 0.36 | 0.54 | 151.01 | 0.61 | 0.29 |
| Hex | 1D | 76 | 4B | 4B | 0 | 24 | 36 | 97 | 3D | 1D |
| Octal | 35 | 166 | 113 | 113 | 0 | 44 | 66 | 227 | 75 | 35 |
| Binary | 11101 | 1110110 | 1001011 | 1001011 | 0 | 100100 | 110110 | 10010111 | 111101 | 11101 |
Color Harmonies of #1D764B
Complementary color
Monochromatic Colors of #1D764B
Black with #1D764B
Text Example
Text Example
White with #1D764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D764B; }
p { color: rgb(29,118,75); }
H1.HeaderClassName
{
color: #1D764B;
}
.AnyTagClassName
{
color: #1D764B;
}
</style>
background-color css
<style>
a { background-color: #1D764B; }
a { background-color: rgb(29,118,75); }
div.DivClassName
{
background-color: #1D764B;
}
.BgClassName
{
background-color: #1D764B;
}
</style>
border-color css
<style>
span { border-color: #1D764B; }
span { border-color: rgb(29,118,75); }
td.TdClassName
{
border-color: #1D764B;
}
.TagClassName
{
border-color: #1D764B;
}
</style>