Shades of Salem #1D764F
Tints of Salem #1D764F
RGB
CMYK
RGB Variations
Color information
#1D764F (or 0x1D764F) is known color: Salem. HEX triplet: 1D, 76 and 4F. RGB value is (29,118,79). Sum of RGB (Red+Green+Blue) = 29+118+79=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #1D764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D764F is #E289B0. Grayscale: #575757. Windows color (decimal): -14846385 or 5207581. OLE color: 5207581.
HSL color Cylindrical-coordinate representation of color #1D764F: hue angle of 153.71º 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 #1D764F is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 79 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.54 |
| HSL | 153.71º | 0.61% | 0.29% | - |
| HSV(B) | 153.71º | 0.75% | 0.46% | - |
| XYZ | 8.4 | 13.78 | 9.61 | - |
| YUV | 86.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 79 | 0.75 | 0 | 0.33 | 0.54 | 153.71 | 0.61 | 0.29 |
| Hex | 1D | 76 | 4F | 4B | 0 | 21 | 36 | 9A | 3D | 1D |
| Octal | 35 | 166 | 117 | 113 | 0 | 41 | 66 | 232 | 75 | 35 |
| Binary | 11101 | 1110110 | 1001111 | 1001011 | 0 | 100001 | 110110 | 10011010 | 111101 | 11101 |
Color Harmonies of #1D764F
Complementary color
Monochromatic Colors of #1D764F
Black with #1D764F
Text Example
Text Example
White with #1D764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D764F; }
p { color: rgb(29,118,79); }
H1.HeaderClassName
{
color: #1D764F;
}
.AnyTagClassName
{
color: #1D764F;
}
</style>
background-color css
<style>
a { background-color: #1D764F; }
a { background-color: rgb(29,118,79); }
div.DivClassName
{
background-color: #1D764F;
}
.BgClassName
{
background-color: #1D764F;
}
</style>
border-color css
<style>
span { border-color: #1D764F; }
span { border-color: rgb(29,118,79); }
td.TdClassName
{
border-color: #1D764F;
}
.TagClassName
{
border-color: #1D764F;
}
</style>