Shades of Elm #227977
Tints of Elm #227977
RGB
CMYK
RGB Variations
Color information
#227977 (or 0x227977) is known color: Elm. HEX triplet: 22, 79 and 77. RGB value is (34,121,119). Sum of RGB (Red+Green+Blue) = 34+121+119=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #227977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227977 is #DD8688. Grayscale: #5E5E5E. Windows color (decimal): -14517897 or 7829794. OLE color: 7829794.
HSL color Cylindrical-coordinate representation of color #227977: hue angle of 178.62º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227977 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 121 | 119 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.53 |
| HSL | 178.62º | 0.56% | 0.3% | - |
| HSV(B) | 178.62º | 0.72% | 0.47% | - |
| XYZ | 10.83 | 15.35 | 19.84 | - |
| YUV | 94.76 | 141.68 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 121 | 119 | 0.72 | 0 | 0.02 | 0.53 | 178.62 | 0.56 | 0.3 |
| Hex | 22 | 79 | 77 | 48 | 0 | 2 | 35 | B3 | 38 | 1E |
| Octal | 42 | 171 | 167 | 110 | 0 | 2 | 65 | 263 | 70 | 36 |
| Binary | 100010 | 1111001 | 1110111 | 1001000 | 0 | 10 | 110101 | 10110011 | 111000 | 11110 |
Color Harmonies of #227977
Complementary color
Monochromatic Colors of #227977
Black with #227977
Text Example
Text Example
White with #227977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227977; }
p { color: rgb(34,121,119); }
H1.HeaderClassName
{
color: #227977;
}
.AnyTagClassName
{
color: #227977;
}
</style>
background-color css
<style>
a { background-color: #227977; }
a { background-color: rgb(34,121,119); }
div.DivClassName
{
background-color: #227977;
}
.BgClassName
{
background-color: #227977;
}
</style>
border-color css
<style>
span { border-color: #227977; }
span { border-color: rgb(34,121,119); }
td.TdClassName
{
border-color: #227977;
}
.TagClassName
{
border-color: #227977;
}
</style>