Shades of Salem #20744E
Tints of Salem #20744E
RGB
CMYK
RGB Variations
Color information
#20744E (or 0x20744E) is known color: Salem. HEX triplet: 20, 74 and 4E. RGB value is (32,116,78). Sum of RGB (Red+Green+Blue) = 32+116+78=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #20744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20744E is #DF8BB1. Grayscale: #565656. Windows color (decimal): -14650290 or 5141536. OLE color: 5141536.
HSL color Cylindrical-coordinate representation of color #20744E: hue angle of 152.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20744E is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 78 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.55 |
| HSL | 152.86º | 0.57% | 0.29% | - |
| HSV(B) | 152.86º | 0.72% | 0.45% | - |
| XYZ | 8.22 | 13.35 | 9.35 | - |
| YUV | 86.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 78 | 0.72 | 0 | 0.33 | 0.55 | 152.86 | 0.57 | 0.29 |
| Hex | 20 | 74 | 4E | 48 | 0 | 21 | 37 | 99 | 39 | 1D |
| Octal | 40 | 164 | 116 | 110 | 0 | 41 | 67 | 231 | 71 | 35 |
| Binary | 100000 | 1110100 | 1001110 | 1001000 | 0 | 100001 | 110111 | 10011001 | 111001 | 11101 |
Color Harmonies of #20744E
Complementary color
Monochromatic Colors of #20744E
Black with #20744E
Text Example
Text Example
White with #20744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20744E; }
p { color: rgb(32,116,78); }
H1.HeaderClassName
{
color: #20744E;
}
.AnyTagClassName
{
color: #20744E;
}
</style>
background-color css
<style>
a { background-color: #20744E; }
a { background-color: rgb(32,116,78); }
div.DivClassName
{
background-color: #20744E;
}
.BgClassName
{
background-color: #20744E;
}
</style>
border-color css
<style>
span { border-color: #20744E; }
span { border-color: rgb(32,116,78); }
td.TdClassName
{
border-color: #20744E;
}
.TagClassName
{
border-color: #20744E;
}
</style>