Shades of Salem #20744C
Tints of Salem #20744C
RGB
CMYK
RGB Variations
Color information
#20744C (or 0x20744C) is known color: Salem. HEX triplet: 20, 74 and 4C. RGB value is (32,116,76). Sum of RGB (Red+Green+Blue) = 32+116+76=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #20744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20744C is #DF8BB3. Grayscale: #565656. Windows color (decimal): -14650292 or 5010464. OLE color: 5010464.
HSL color Cylindrical-coordinate representation of color #20744C: hue angle of 151.43º 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 #20744C is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 76 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.55 |
| HSL | 151.43º | 0.57% | 0.29% | - |
| HSV(B) | 151.43º | 0.72% | 0.45% | - |
| XYZ | 8.15 | 13.32 | 8.98 | - |
| YUV | 86.32 | 122.17 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 76 | 0.72 | 0 | 0.34 | 0.55 | 151.43 | 0.57 | 0.29 |
| Hex | 20 | 74 | 4C | 48 | 0 | 22 | 37 | 97 | 39 | 1D |
| Octal | 40 | 164 | 114 | 110 | 0 | 42 | 67 | 227 | 71 | 35 |
| Binary | 100000 | 1110100 | 1001100 | 1001000 | 0 | 100010 | 110111 | 10010111 | 111001 | 11101 |
Color Harmonies of #20744C
Complementary color
Monochromatic Colors of #20744C
Black with #20744C
Text Example
Text Example
White with #20744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20744C; }
p { color: rgb(32,116,76); }
H1.HeaderClassName
{
color: #20744C;
}
.AnyTagClassName
{
color: #20744C;
}
</style>
background-color css
<style>
a { background-color: #20744C; }
a { background-color: rgb(32,116,76); }
div.DivClassName
{
background-color: #20744C;
}
.BgClassName
{
background-color: #20744C;
}
</style>
border-color css
<style>
span { border-color: #20744C; }
span { border-color: rgb(32,116,76); }
td.TdClassName
{
border-color: #20744C;
}
.TagClassName
{
border-color: #20744C;
}
</style>