Shades of Elm #228374
Tints of Elm #228374
RGB
CMYK
RGB Variations
Color information
#228374 (or 0x228374) is known color: Elm. HEX triplet: 22, 83 and 74. RGB value is (34,131,116). Sum of RGB (Red+Green+Blue) = 34+131+116=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #228374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228374 is #DD7C8B. Grayscale: #646464. Windows color (decimal): -14515340 or 7635746. OLE color: 7635746.
HSL color Cylindrical-coordinate representation of color #228374: hue angle of 170.72º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228374 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 131 | 116 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.49 |
| HSL | 170.72º | 0.59% | 0.32% | - |
| HSV(B) | 170.72º | 0.74% | 0.51% | - |
| XYZ | 11.93 | 17.83 | 19.34 | - |
| YUV | 100.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 116 | 0.74 | 0 | 0.11 | 0.49 | 170.72 | 0.59 | 0.32 |
| Hex | 22 | 83 | 74 | 4A | 0 | B | 31 | AB | 3B | 20 |
| Octal | 42 | 203 | 164 | 112 | 0 | 13 | 61 | 253 | 73 | 40 |
| Binary | 100010 | 10000011 | 1110100 | 1001010 | 0 | 1011 | 110001 | 10101011 | 111011 | 100000 |
Color Harmonies of #228374
Complementary color
Monochromatic Colors of #228374
Black with #228374
Text Example
Text Example
White with #228374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228374; }
p { color: rgb(34,131,116); }
H1.HeaderClassName
{
color: #228374;
}
.AnyTagClassName
{
color: #228374;
}
</style>
background-color css
<style>
a { background-color: #228374; }
a { background-color: rgb(34,131,116); }
div.DivClassName
{
background-color: #228374;
}
.BgClassName
{
background-color: #228374;
}
</style>
border-color css
<style>
span { border-color: #228374; }
span { border-color: rgb(34,131,116); }
td.TdClassName
{
border-color: #228374;
}
.TagClassName
{
border-color: #228374;
}
</style>