Shades of Elm #22736B
Tints of Elm #22736B
RGB
CMYK
RGB Variations
Color information
#22736B (or 0x22736B) is known color: Elm. HEX triplet: 22, 73 and 6B. RGB value is (34,115,107). Sum of RGB (Red+Green+Blue) = 34+115+107=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #22736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22736B is #DD8C94. Grayscale: #595959. Windows color (decimal): -14519445 or 7041826. OLE color: 7041826.
HSL color Cylindrical-coordinate representation of color #22736B: hue angle of 174.07º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22736B is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 115 | 107 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.55 |
| HSL | 174.07º | 0.54% | 0.29% | - |
| HSV(B) | 174.07º | 0.7% | 0.45% | - |
| XYZ | 9.44 | 13.66 | 16.05 | - |
| YUV | 89.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 107 | 0.70 | 0 | 0.07 | 0.55 | 174.07 | 0.54 | 0.29 |
| Hex | 22 | 73 | 6B | 46 | 0 | 7 | 37 | AE | 36 | 1D |
| Octal | 42 | 163 | 153 | 106 | 0 | 7 | 67 | 256 | 66 | 35 |
| Binary | 100010 | 1110011 | 1101011 | 1000110 | 0 | 111 | 110111 | 10101110 | 110110 | 11101 |
Color Harmonies of #22736B
Complementary color
Monochromatic Colors of #22736B
Black with #22736B
Text Example
Text Example
White with #22736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22736B; }
p { color: rgb(34,115,107); }
H1.HeaderClassName
{
color: #22736B;
}
.AnyTagClassName
{
color: #22736B;
}
</style>
background-color css
<style>
a { background-color: #22736B; }
a { background-color: rgb(34,115,107); }
div.DivClassName
{
background-color: #22736B;
}
.BgClassName
{
background-color: #22736B;
}
</style>
border-color css
<style>
span { border-color: #22736B; }
span { border-color: rgb(34,115,107); }
td.TdClassName
{
border-color: #22736B;
}
.TagClassName
{
border-color: #22736B;
}
</style>