Shades of Elm #227474
Tints of Elm #227474
RGB
CMYK
RGB Variations
Color information
#227474 (or 0x227474) is known color: Elm. HEX triplet: 22, 74 and 74. RGB value is (34,116,116). Sum of RGB (Red+Green+Blue) = 34+116+116=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #227474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227474 is #DD8B8B. Grayscale: #5B5B5B. Windows color (decimal): -14519180 or 7631906. OLE color: 7631906.
HSL color Cylindrical-coordinate representation of color #227474: hue angle of 180º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227474 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 116 | 116 | - |
| CMYK | 0.71 | 0 | 0 | 0.55 |
| HSL | 180º | 0.55% | 0.29% | - |
| HSV(B) | 180º | 0.71% | 0.45% | - |
| XYZ | 10.06 | 14.09 | 18.71 | - |
| YUV | 91.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 116 | 0.71 | 0 | 0 | 0.55 | 180 | 0.55 | 0.29 |
| Hex | 22 | 74 | 74 | 47 | 0 | 0 | 37 | B4 | 37 | 1D |
| Octal | 42 | 164 | 164 | 107 | 0 | 0 | 67 | 264 | 67 | 35 |
| Binary | 100010 | 1110100 | 1110100 | 1000111 | 0 | 0 | 110111 | 10110100 | 110111 | 11101 |
Color Harmonies of #227474
Complementary color
Monochromatic Colors of #227474
Black with #227474
Text Example
Text Example
White with #227474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227474; }
p { color: rgb(34,116,116); }
H1.HeaderClassName
{
color: #227474;
}
.AnyTagClassName
{
color: #227474;
}
</style>
background-color css
<style>
a { background-color: #227474; }
a { background-color: rgb(34,116,116); }
div.DivClassName
{
background-color: #227474;
}
.BgClassName
{
background-color: #227474;
}
</style>
border-color css
<style>
span { border-color: #227474; }
span { border-color: rgb(34,116,116); }
td.TdClassName
{
border-color: #227474;
}
.TagClassName
{
border-color: #227474;
}
</style>