Shades of Salem #227A4A
Tints of Salem #227A4A
RGB
CMYK
RGB Variations
Color information
#227A4A (or 0x227A4A) is known color: Salem. HEX triplet: 22, 7A and 4A. RGB value is (34,122,74). Sum of RGB (Red+Green+Blue) = 34+122+74=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 122 (48.05% from 255 or 53.04% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 122 - color contains mainly: green. Hex color #227A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227A4A is #DD85B5. Grayscale: #5A5A5A. Windows color (decimal): -14517686 or 4880930. OLE color: 4880930.
HSL color Cylindrical-coordinate representation of color #227A4A: hue angle of 147.27º 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 #227A4A is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 74 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.52 |
| HSL | 147.27º | 0.56% | 0.31% | - |
| HSV(B) | 147.27º | 0.72% | 0.48% | - |
| XYZ | 8.86 | 14.75 | 8.86 | - |
| YUV | 90.22 | 118.85 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 74 | 0.72 | 0 | 0.39 | 0.52 | 147.27 | 0.56 | 0.31 |
| Hex | 22 | 7A | 4A | 48 | 0 | 27 | 34 | 93 | 38 | 1F |
| Octal | 42 | 172 | 112 | 110 | 0 | 47 | 64 | 223 | 70 | 37 |
| Binary | 100010 | 1111010 | 1001010 | 1001000 | 0 | 100111 | 110100 | 10010011 | 111000 | 11111 |
Color Harmonies of #227A4A
Complementary color
Monochromatic Colors of #227A4A
Black with #227A4A
Text Example
Text Example
White with #227A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A4A; }
p { color: rgb(34,122,74); }
H1.HeaderClassName
{
color: #227A4A;
}
.AnyTagClassName
{
color: #227A4A;
}
</style>
background-color css
<style>
a { background-color: #227A4A; }
a { background-color: rgb(34,122,74); }
div.DivClassName
{
background-color: #227A4A;
}
.BgClassName
{
background-color: #227A4A;
}
</style>
border-color css
<style>
span { border-color: #227A4A; }
span { border-color: rgb(34,122,74); }
td.TdClassName
{
border-color: #227A4A;
}
.TagClassName
{
border-color: #227A4A;
}
</style>