Shades of Salem #29775B
Tints of Salem #29775B
RGB
CMYK
RGB Variations
Color information
#29775B (or 0x29775B) is known color: Salem. HEX triplet: 29, 77 and 5B. RGB value is (41,119,91). Sum of RGB (Red+Green+Blue) = 41+119+91=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #29775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29775B is #D688A4. Grayscale: #5C5C5C. Windows color (decimal): -14059685 or 5994281. OLE color: 5994281.
HSL color Cylindrical-coordinate representation of color #29775B: hue angle of 158.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29775B is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 91 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.53 |
| HSL | 158.46º | 0.49% | 0.31% | - |
| HSV(B) | 158.46º | 0.66% | 0.47% | - |
| XYZ | 9.4 | 14.42 | 12.19 | - |
| YUV | 92.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 91 | 0.66 | 0 | 0.24 | 0.53 | 158.46 | 0.49 | 0.31 |
| Hex | 29 | 77 | 5B | 42 | 0 | 18 | 35 | 9E | 31 | 1F |
| Octal | 51 | 167 | 133 | 102 | 0 | 30 | 65 | 236 | 61 | 37 |
| Binary | 101001 | 1110111 | 1011011 | 1000010 | 0 | 11000 | 110101 | 10011110 | 110001 | 11111 |
Color Harmonies of #29775B
Complementary color
Monochromatic Colors of #29775B
Black with #29775B
Text Example
Text Example
White with #29775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29775B; }
p { color: rgb(41,119,91); }
H1.HeaderClassName
{
color: #29775B;
}
.AnyTagClassName
{
color: #29775B;
}
</style>
background-color css
<style>
a { background-color: #29775B; }
a { background-color: rgb(41,119,91); }
div.DivClassName
{
background-color: #29775B;
}
.BgClassName
{
background-color: #29775B;
}
</style>
border-color css
<style>
span { border-color: #29775B; }
span { border-color: rgb(41,119,91); }
td.TdClassName
{
border-color: #29775B;
}
.TagClassName
{
border-color: #29775B;
}
</style>