Shades of Salem #227C4F
Tints of Salem #227C4F
RGB
CMYK
RGB Variations
Color information
#227C4F (or 0x227C4F) is known color: Salem. HEX triplet: 22, 7C and 4F. RGB value is (34,124,79). Sum of RGB (Red+Green+Blue) = 34+124+79=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #227C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227C4F is #DD83B0. Grayscale: #5C5C5C. Windows color (decimal): -14517169 or 5209122. OLE color: 5209122.
HSL color Cylindrical-coordinate representation of color #227C4F: hue angle of 150º 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 #227C4F is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 124 | 79 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.51 |
| HSL | 150º | 0.57% | 0.31% | - |
| HSV(B) | 150º | 0.73% | 0.49% | - |
| XYZ | 9.28 | 15.32 | 9.87 | - |
| YUV | 91.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 79 | 0.73 | 0 | 0.36 | 0.51 | 150 | 0.57 | 0.31 |
| Hex | 22 | 7C | 4F | 49 | 0 | 24 | 33 | 96 | 39 | 1F |
| Octal | 42 | 174 | 117 | 111 | 0 | 44 | 63 | 226 | 71 | 37 |
| Binary | 100010 | 1111100 | 1001111 | 1001001 | 0 | 100100 | 110011 | 10010110 | 111001 | 11111 |
Color Harmonies of #227C4F
Complementary color
Monochromatic Colors of #227C4F
Black with #227C4F
Text Example
Text Example
White with #227C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C4F; }
p { color: rgb(34,124,79); }
H1.HeaderClassName
{
color: #227C4F;
}
.AnyTagClassName
{
color: #227C4F;
}
</style>
background-color css
<style>
a { background-color: #227C4F; }
a { background-color: rgb(34,124,79); }
div.DivClassName
{
background-color: #227C4F;
}
.BgClassName
{
background-color: #227C4F;
}
</style>
border-color css
<style>
span { border-color: #227C4F; }
span { border-color: rgb(34,124,79); }
td.TdClassName
{
border-color: #227C4F;
}
.TagClassName
{
border-color: #227C4F;
}
</style>