Shades of Salem #227F4E
Tints of Salem #227F4E
RGB
CMYK
RGB Variations
Color information
#227F4E (or 0x227F4E) is known color: Salem. HEX triplet: 22, 7F and 4E. RGB value is (34,127,78). Sum of RGB (Red+Green+Blue) = 34+127+78=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #227F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F4E is #DD80B1. Grayscale: #5D5D5D. Windows color (decimal): -14516402 or 5144354. OLE color: 5144354.
HSL color Cylindrical-coordinate representation of color #227F4E: hue angle of 148.39º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227F4E is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 78 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.50 |
| HSL | 148.39º | 0.58% | 0.32% | - |
| HSV(B) | 148.39º | 0.73% | 0.5% | - |
| XYZ | 9.62 | 16.07 | 9.8 | - |
| YUV | 93.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 78 | 0.73 | 0 | 0.39 | 0.50 | 148.39 | 0.58 | 0.32 |
| Hex | 22 | 7F | 4E | 49 | 0 | 27 | 32 | 94 | 3A | 20 |
| Octal | 42 | 177 | 116 | 111 | 0 | 47 | 62 | 224 | 72 | 40 |
| Binary | 100010 | 1111111 | 1001110 | 1001001 | 0 | 100111 | 110010 | 10010100 | 111010 | 100000 |
Color Harmonies of #227F4E
Complementary color
Monochromatic Colors of #227F4E
Black with #227F4E
Text Example
Text Example
White with #227F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F4E; }
p { color: rgb(34,127,78); }
H1.HeaderClassName
{
color: #227F4E;
}
.AnyTagClassName
{
color: #227F4E;
}
</style>
background-color css
<style>
a { background-color: #227F4E; }
a { background-color: rgb(34,127,78); }
div.DivClassName
{
background-color: #227F4E;
}
.BgClassName
{
background-color: #227F4E;
}
</style>
border-color css
<style>
span { border-color: #227F4E; }
span { border-color: rgb(34,127,78); }
td.TdClassName
{
border-color: #227F4E;
}
.TagClassName
{
border-color: #227F4E;
}
</style>