Shades of Elm #228376
Tints of Elm #228376
RGB
CMYK
RGB Variations
Color information
#228376 (or 0x228376) is known color: Elm. HEX triplet: 22, 83 and 76. RGB value is (34,131,118). Sum of RGB (Red+Green+Blue) = 34+131+118=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #228376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228376 is #DD7C89. Grayscale: #646464. Windows color (decimal): -14515338 or 7766818. OLE color: 7766818.
HSL color Cylindrical-coordinate representation of color #228376: hue angle of 171.96º 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 #228376 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 131 | 118 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.49 |
| HSL | 171.96º | 0.59% | 0.32% | - |
| HSV(B) | 171.96º | 0.74% | 0.51% | - |
| XYZ | 12.05 | 17.88 | 19.96 | - |
| YUV | 100.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 118 | 0.74 | 0 | 0.10 | 0.49 | 171.96 | 0.59 | 0.32 |
| Hex | 22 | 83 | 76 | 4A | 0 | A | 31 | AC | 3B | 20 |
| Octal | 42 | 203 | 166 | 112 | 0 | 12 | 61 | 254 | 73 | 40 |
| Binary | 100010 | 10000011 | 1110110 | 1001010 | 0 | 1010 | 110001 | 10101100 | 111011 | 100000 |
Color Harmonies of #228376
Complementary color
Monochromatic Colors of #228376
Black with #228376
Text Example
Text Example
White with #228376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228376; }
p { color: rgb(34,131,118); }
H1.HeaderClassName
{
color: #228376;
}
.AnyTagClassName
{
color: #228376;
}
</style>
background-color css
<style>
a { background-color: #228376; }
a { background-color: rgb(34,131,118); }
div.DivClassName
{
background-color: #228376;
}
.BgClassName
{
background-color: #228376;
}
</style>
border-color css
<style>
span { border-color: #228376; }
span { border-color: rgb(34,131,118); }
td.TdClassName
{
border-color: #228376;
}
.TagClassName
{
border-color: #228376;
}
</style>