Shades of Salem #21754E
Tints of Salem #21754E
RGB
CMYK
RGB Variations
Color information
#21754E (or 0x21754E) is known color: Salem. HEX triplet: 21, 75 and 4E. RGB value is (33,117,78). Sum of RGB (Red+Green+Blue) = 33+117+78=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #21754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21754E is #DE8AB1. Grayscale: #575757. Windows color (decimal): -14584498 or 5141793. OLE color: 5141793.
HSL color Cylindrical-coordinate representation of color #21754E: hue angle of 152.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21754E is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 78 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.54 |
| HSL | 152.14º | 0.56% | 0.29% | - |
| HSV(B) | 152.14º | 0.72% | 0.46% | - |
| XYZ | 8.36 | 13.6 | 9.39 | - |
| YUV | 87.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 78 | 0.72 | 0 | 0.33 | 0.54 | 152.14 | 0.56 | 0.29 |
| Hex | 21 | 75 | 4E | 48 | 0 | 21 | 36 | 98 | 38 | 1D |
| Octal | 41 | 165 | 116 | 110 | 0 | 41 | 66 | 230 | 70 | 35 |
| Binary | 100001 | 1110101 | 1001110 | 1001000 | 0 | 100001 | 110110 | 10011000 | 111000 | 11101 |
Color Harmonies of #21754E
Complementary color
Monochromatic Colors of #21754E
Black with #21754E
Text Example
Text Example
White with #21754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21754E; }
p { color: rgb(33,117,78); }
H1.HeaderClassName
{
color: #21754E;
}
.AnyTagClassName
{
color: #21754E;
}
</style>
background-color css
<style>
a { background-color: #21754E; }
a { background-color: rgb(33,117,78); }
div.DivClassName
{
background-color: #21754E;
}
.BgClassName
{
background-color: #21754E;
}
</style>
border-color css
<style>
span { border-color: #21754E; }
span { border-color: rgb(33,117,78); }
td.TdClassName
{
border-color: #21754E;
}
.TagClassName
{
border-color: #21754E;
}
</style>