Shades of Salem #227A54
Tints of Salem #227A54
RGB
CMYK
RGB Variations
Color information
#227A54 (or 0x227A54) is known color: Salem. HEX triplet: 22, 7A and 54. RGB value is (34,122,84). Sum of RGB (Red+Green+Blue) = 34+122+84=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #227A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A54 is #DD85AB. Grayscale: #5B5B5B. Windows color (decimal): -14517676 or 5536290. OLE color: 5536290.
HSL color Cylindrical-coordinate representation of color #227A54: hue angle of 154.09º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A54 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 84 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.52 |
| HSL | 154.09º | 0.56% | 0.31% | - |
| HSV(B) | 154.09º | 0.72% | 0.48% | - |
| XYZ | 9.22 | 14.9 | 10.78 | - |
| YUV | 91.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 84 | 0.72 | 0 | 0.31 | 0.52 | 154.09 | 0.56 | 0.31 |
| Hex | 22 | 7A | 54 | 48 | 0 | 1F | 34 | 9A | 38 | 1F |
| Octal | 42 | 172 | 124 | 110 | 0 | 37 | 64 | 232 | 70 | 37 |
| Binary | 100010 | 1111010 | 1010100 | 1001000 | 0 | 11111 | 110100 | 10011010 | 111000 | 11111 |
Color Harmonies of #227A54
Complementary color
Monochromatic Colors of #227A54
Black with #227A54
Text Example
Text Example
White with #227A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A54; }
p { color: rgb(34,122,84); }
H1.HeaderClassName
{
color: #227A54;
}
.AnyTagClassName
{
color: #227A54;
}
</style>
background-color css
<style>
a { background-color: #227A54; }
a { background-color: rgb(34,122,84); }
div.DivClassName
{
background-color: #227A54;
}
.BgClassName
{
background-color: #227A54;
}
</style>
border-color css
<style>
span { border-color: #227A54; }
span { border-color: rgb(34,122,84); }
td.TdClassName
{
border-color: #227A54;
}
.TagClassName
{
border-color: #227A54;
}
</style>