Shades of Salem #21744C
Tints of Salem #21744C
RGB
CMYK
RGB Variations
Color information
#21744C (or 0x21744C) is known color: Salem. HEX triplet: 21, 74 and 4C. RGB value is (33,116,76). Sum of RGB (Red+Green+Blue) = 33+116+76=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #21744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21744C is #DE8BB3. Grayscale: #565656. Windows color (decimal): -14584756 or 5010465. OLE color: 5010465.
HSL color Cylindrical-coordinate representation of color #21744C: hue angle of 151.08º degrees, saturation: 0.56, 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 #21744C is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 116 | 76 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.55 |
| HSL | 151.08º | 0.56% | 0.29% | - |
| HSV(B) | 151.08º | 0.72% | 0.45% | - |
| XYZ | 8.18 | 13.34 | 8.98 | - |
| YUV | 86.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 76 | 0.72 | 0 | 0.34 | 0.55 | 151.08 | 0.56 | 0.29 |
| Hex | 21 | 74 | 4C | 48 | 0 | 22 | 37 | 97 | 38 | 1D |
| Octal | 41 | 164 | 114 | 110 | 0 | 42 | 67 | 227 | 70 | 35 |
| Binary | 100001 | 1110100 | 1001100 | 1001000 | 0 | 100010 | 110111 | 10010111 | 111000 | 11101 |
Color Harmonies of #21744C
Complementary color
Monochromatic Colors of #21744C
Black with #21744C
Text Example
Text Example
White with #21744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21744C; }
p { color: rgb(33,116,76); }
H1.HeaderClassName
{
color: #21744C;
}
.AnyTagClassName
{
color: #21744C;
}
</style>
background-color css
<style>
a { background-color: #21744C; }
a { background-color: rgb(33,116,76); }
div.DivClassName
{
background-color: #21744C;
}
.BgClassName
{
background-color: #21744C;
}
</style>
border-color css
<style>
span { border-color: #21744C; }
span { border-color: rgb(33,116,76); }
td.TdClassName
{
border-color: #21744C;
}
.TagClassName
{
border-color: #21744C;
}
</style>