Shades of Salem #1D7350
Tints of Salem #1D7350
RGB
CMYK
RGB Variations
Color information
#1D7350 (or 0x1D7350) is known color: Salem. HEX triplet: 1D, 73 and 50. RGB value is (29,115,80). Sum of RGB (Red+Green+Blue) = 29+115+80=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7350 is #E28CAF. Grayscale: #555555. Windows color (decimal): -14847152 or 5272349. OLE color: 5272349.
HSL color Cylindrical-coordinate representation of color #1D7350: hue angle of 155.58º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7350 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 80 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.55 |
| HSL | 155.58º | 0.6% | 0.28% | - |
| HSV(B) | 155.58º | 0.75% | 0.45% | - |
| XYZ | 8.09 | 13.1 | 9.69 | - |
| YUV | 85.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 80 | 0.75 | 0 | 0.30 | 0.55 | 155.58 | 0.6 | 0.28 |
| Hex | 1D | 73 | 50 | 4B | 0 | 1E | 37 | 9C | 3C | 1C |
| Octal | 35 | 163 | 120 | 113 | 0 | 36 | 67 | 234 | 74 | 34 |
| Binary | 11101 | 1110011 | 1010000 | 1001011 | 0 | 11110 | 110111 | 10011100 | 111100 | 11100 |
Color Harmonies of #1D7350
Complementary color
Monochromatic Colors of #1D7350
Black with #1D7350
Text Example
Text Example
White with #1D7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7350; }
p { color: rgb(29,115,80); }
H1.HeaderClassName
{
color: #1D7350;
}
.AnyTagClassName
{
color: #1D7350;
}
</style>
background-color css
<style>
a { background-color: #1D7350; }
a { background-color: rgb(29,115,80); }
div.DivClassName
{
background-color: #1D7350;
}
.BgClassName
{
background-color: #1D7350;
}
</style>
border-color css
<style>
span { border-color: #1D7350; }
span { border-color: rgb(29,115,80); }
td.TdClassName
{
border-color: #1D7350;
}
.TagClassName
{
border-color: #1D7350;
}
</style>