Shades of Salem #227E4E
Tints of Salem #227E4E
RGB
CMYK
RGB Variations
Color information
#227E4E (or 0x227E4E) is known color: Salem. HEX triplet: 22, 7E and 4E. RGB value is (34,126,78). Sum of RGB (Red+Green+Blue) = 34+126+78=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #227E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227E4E is #DD81B1. Grayscale: #5D5D5D. Windows color (decimal): -14516658 or 5144098. OLE color: 5144098.
HSL color Cylindrical-coordinate representation of color #227E4E: hue angle of 148.7º 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 #227E4E is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 126 | 78 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.51 |
| HSL | 148.7º | 0.58% | 0.31% | - |
| HSV(B) | 148.7º | 0.73% | 0.49% | - |
| XYZ | 9.5 | 15.81 | 9.76 | - |
| YUV | 93.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 78 | 0.73 | 0 | 0.38 | 0.51 | 148.7 | 0.58 | 0.31 |
| Hex | 22 | 7E | 4E | 49 | 0 | 26 | 33 | 95 | 3A | 1F |
| Octal | 42 | 176 | 116 | 111 | 0 | 46 | 63 | 225 | 72 | 37 |
| Binary | 100010 | 1111110 | 1001110 | 1001001 | 0 | 100110 | 110011 | 10010101 | 111010 | 11111 |
Color Harmonies of #227E4E
Complementary color
Monochromatic Colors of #227E4E
Black with #227E4E
Text Example
Text Example
White with #227E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227E4E; }
p { color: rgb(34,126,78); }
H1.HeaderClassName
{
color: #227E4E;
}
.AnyTagClassName
{
color: #227E4E;
}
</style>
background-color css
<style>
a { background-color: #227E4E; }
a { background-color: rgb(34,126,78); }
div.DivClassName
{
background-color: #227E4E;
}
.BgClassName
{
background-color: #227E4E;
}
</style>
border-color css
<style>
span { border-color: #227E4E; }
span { border-color: rgb(34,126,78); }
td.TdClassName
{
border-color: #227E4E;
}
.TagClassName
{
border-color: #227E4E;
}
</style>