Shades of Myrtle #226512
Tints of Myrtle #226512
RGB
CMYK
RGB Variations
Color information
#226512 (or 0x226512) is known color: Myrtle. HEX triplet: 22, 65 and 12. RGB value is (34,101,18). Sum of RGB (Red+Green+Blue) = 34+101+18=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #226512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226512 is #DD9AED. Grayscale: #474747. Windows color (decimal): -14523118 or 1205538. OLE color: 1205538.
HSL color Cylindrical-coordinate representation of color #226512: hue angle of 108.43º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #226512 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 101 | 18 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.60 |
| HSL | 108.43º | 0.7% | 0.23% | - |
| HSV(B) | 108.43º | 0.82% | 0.4% | - |
| XYZ | 5.42 | 9.69 | 2.16 | - |
| YUV | 71.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 101 | 18 | 0.66 | 0 | 0.82 | 0.60 | 108.43 | 0.7 | 0.23 |
| Hex | 22 | 65 | 12 | 42 | 0 | 52 | 3C | 6C | 46 | 17 |
| Octal | 42 | 145 | 22 | 102 | 0 | 122 | 74 | 154 | 106 | 27 |
| Binary | 100010 | 1100101 | 10010 | 1000010 | 0 | 1010010 | 111100 | 1101100 | 1000110 | 10111 |
Color Harmonies of #226512
Complementary color
Monochromatic Colors of #226512
Black with #226512
Text Example
Text Example
White with #226512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226512; }
p { color: rgb(34,101,18); }
H1.HeaderClassName
{
color: #226512;
}
.AnyTagClassName
{
color: #226512;
}
</style>
background-color css
<style>
a { background-color: #226512; }
a { background-color: rgb(34,101,18); }
div.DivClassName
{
background-color: #226512;
}
.BgClassName
{
background-color: #226512;
}
</style>
border-color css
<style>
span { border-color: #226512; }
span { border-color: rgb(34,101,18); }
td.TdClassName
{
border-color: #226512;
}
.TagClassName
{
border-color: #226512;
}
</style>