Shades of Salem #227250
Tints of Salem #227250
RGB
CMYK
RGB Variations
Color information
#227250 (or 0x227250) is known color: Salem. HEX triplet: 22, 72 and 50. RGB value is (34,114,80). Sum of RGB (Red+Green+Blue) = 34+114+80=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #227250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227250 is #DD8DAF. Grayscale: #565656. Windows color (decimal): -14519728 or 5272098. OLE color: 5272098.
HSL color Cylindrical-coordinate representation of color #227250: hue angle of 154.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227250 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 114 | 80 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.55 |
| HSL | 154.5º | 0.54% | 0.29% | - |
| HSV(B) | 154.5º | 0.7% | 0.45% | - |
| XYZ | 8.12 | 12.95 | 9.66 | - |
| YUV | 86.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 80 | 0.70 | 0 | 0.30 | 0.55 | 154.5 | 0.54 | 0.29 |
| Hex | 22 | 72 | 50 | 46 | 0 | 1E | 37 | 9A | 36 | 1D |
| Octal | 42 | 162 | 120 | 106 | 0 | 36 | 67 | 232 | 66 | 35 |
| Binary | 100010 | 1110010 | 1010000 | 1000110 | 0 | 11110 | 110111 | 10011010 | 110110 | 11101 |
Color Harmonies of #227250
Complementary color
Monochromatic Colors of #227250
Black with #227250
Text Example
Text Example
White with #227250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227250; }
p { color: rgb(34,114,80); }
H1.HeaderClassName
{
color: #227250;
}
.AnyTagClassName
{
color: #227250;
}
</style>
background-color css
<style>
a { background-color: #227250; }
a { background-color: rgb(34,114,80); }
div.DivClassName
{
background-color: #227250;
}
.BgClassName
{
background-color: #227250;
}
</style>
border-color css
<style>
span { border-color: #227250; }
span { border-color: rgb(34,114,80); }
td.TdClassName
{
border-color: #227250;
}
.TagClassName
{
border-color: #227250;
}
</style>