Shades of Myrtle #225412
Tints of Myrtle #225412
RGB
CMYK
RGB Variations
Color information
#225412 (or 0x225412) is known color: Myrtle. HEX triplet: 22, 54 and 12. RGB value is (34,84,18). Sum of RGB (Red+Green+Blue) = 34+84+18=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #225412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225412 is #DDABED. Grayscale: #3D3D3D. Windows color (decimal): -14527470 or 1201186. OLE color: 1201186.
HSL color Cylindrical-coordinate representation of color #225412: hue angle of 105.45º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225412 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 84 | 18 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.67 |
| HSL | 105.45º | 0.65% | 0.2% | - |
| HSV(B) | 105.45º | 0.79% | 0.33% | - |
| XYZ | 3.94 | 6.72 | 1.66 | - |
| YUV | 61.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 18 | 0.60 | 0 | 0.79 | 0.67 | 105.45 | 0.65 | 0.2 |
| Hex | 22 | 54 | 12 | 3C | 0 | 4F | 43 | 69 | 41 | 14 |
| Octal | 42 | 124 | 22 | 74 | 0 | 117 | 103 | 151 | 101 | 24 |
| Binary | 100010 | 1010100 | 10010 | 111100 | 0 | 1001111 | 1000011 | 1101001 | 1000001 | 10100 |
Color Harmonies of #225412
Complementary color
Monochromatic Colors of #225412
Black with #225412
Text Example
Text Example
White with #225412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225412; }
p { color: rgb(34,84,18); }
H1.HeaderClassName
{
color: #225412;
}
.AnyTagClassName
{
color: #225412;
}
</style>
background-color css
<style>
a { background-color: #225412; }
a { background-color: rgb(34,84,18); }
div.DivClassName
{
background-color: #225412;
}
.BgClassName
{
background-color: #225412;
}
</style>
border-color css
<style>
span { border-color: #225412; }
span { border-color: rgb(34,84,18); }
td.TdClassName
{
border-color: #225412;
}
.TagClassName
{
border-color: #225412;
}
</style>