Shades of Salem #227D50
Tints of Salem #227D50
RGB
CMYK
RGB Variations
Color information
#227D50 (or 0x227D50) is known color: Salem. HEX triplet: 22, 7D and 50. RGB value is (34,125,80). Sum of RGB (Red+Green+Blue) = 34+125+80=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #227D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227D50 is #DD82AF. Grayscale: #5C5C5C. Windows color (decimal): -14516912 or 5274914. OLE color: 5274914.
HSL color Cylindrical-coordinate representation of color #227D50: hue angle of 150.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227D50 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 80 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.51 |
| HSL | 150.33º | 0.57% | 0.31% | - |
| HSV(B) | 150.33º | 0.73% | 0.49% | - |
| XYZ | 9.44 | 15.59 | 10.1 | - |
| YUV | 92.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 80 | 0.73 | 0 | 0.36 | 0.51 | 150.33 | 0.57 | 0.31 |
| Hex | 22 | 7D | 50 | 49 | 0 | 24 | 33 | 96 | 39 | 1F |
| Octal | 42 | 175 | 120 | 111 | 0 | 44 | 63 | 226 | 71 | 37 |
| Binary | 100010 | 1111101 | 1010000 | 1001001 | 0 | 100100 | 110011 | 10010110 | 111001 | 11111 |
Color Harmonies of #227D50
Complementary color
Monochromatic Colors of #227D50
Black with #227D50
Text Example
Text Example
White with #227D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D50; }
p { color: rgb(34,125,80); }
H1.HeaderClassName
{
color: #227D50;
}
.AnyTagClassName
{
color: #227D50;
}
</style>
background-color css
<style>
a { background-color: #227D50; }
a { background-color: rgb(34,125,80); }
div.DivClassName
{
background-color: #227D50;
}
.BgClassName
{
background-color: #227D50;
}
</style>
border-color css
<style>
span { border-color: #227D50; }
span { border-color: rgb(34,125,80); }
td.TdClassName
{
border-color: #227D50;
}
.TagClassName
{
border-color: #227D50;
}
</style>