Shades of Salem #227850
Tints of Salem #227850
RGB
CMYK
RGB Variations
Color information
#227850 (or 0x227850) is known color: Salem. HEX triplet: 22, 78 and 50. RGB value is (34,120,80). Sum of RGB (Red+Green+Blue) = 34+120+80=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #227850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227850 is #DD87AF. Grayscale: #595959. Windows color (decimal): -14518192 or 5273634. OLE color: 5273634.
HSL color Cylindrical-coordinate representation of color #227850: hue angle of 152.09º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227850 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 120 | 80 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.53 |
| HSL | 152.09º | 0.56% | 0.3% | - |
| HSV(B) | 152.09º | 0.72% | 0.47% | - |
| XYZ | 8.82 | 14.35 | 9.89 | - |
| YUV | 89.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 120 | 80 | 0.72 | 0 | 0.33 | 0.53 | 152.09 | 0.56 | 0.3 |
| Hex | 22 | 78 | 50 | 48 | 0 | 21 | 35 | 98 | 38 | 1E |
| Octal | 42 | 170 | 120 | 110 | 0 | 41 | 65 | 230 | 70 | 36 |
| Binary | 100010 | 1111000 | 1010000 | 1001000 | 0 | 100001 | 110101 | 10011000 | 111000 | 11110 |
Color Harmonies of #227850
Complementary color
Monochromatic Colors of #227850
Black with #227850
Text Example
Text Example
White with #227850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227850; }
p { color: rgb(34,120,80); }
H1.HeaderClassName
{
color: #227850;
}
.AnyTagClassName
{
color: #227850;
}
</style>
background-color css
<style>
a { background-color: #227850; }
a { background-color: rgb(34,120,80); }
div.DivClassName
{
background-color: #227850;
}
.BgClassName
{
background-color: #227850;
}
</style>
border-color css
<style>
span { border-color: #227850; }
span { border-color: rgb(34,120,80); }
td.TdClassName
{
border-color: #227850;
}
.TagClassName
{
border-color: #227850;
}
</style>