Shades of Myrtle #226306
Tints of Myrtle #226306
RGB
CMYK
RGB Variations
Color information
#226306 (or 0x226306) is known color: Myrtle. HEX triplet: 22, 63 and 06. RGB value is (34,99,6). Sum of RGB (Red+Green+Blue) = 34+99+6=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #226306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226306 is #DD9CF9. Grayscale: #454545. Windows color (decimal): -14523642 or 418594. OLE color: 418594.
HSL color Cylindrical-coordinate representation of color #226306: hue angle of 101.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #226306 is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 99 | 6 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.61 |
| HSL | 101.94º | 0.89% | 0.21% | - |
| HSV(B) | 101.94º | 0.94% | 0.39% | - |
| XYZ | 5.15 | 9.28 | 1.69 | - |
| YUV | 68.96 | 92.47 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 99 | 6 | 0.66 | 0 | 0.94 | 0.61 | 101.94 | 0.89 | 0.21 |
| Hex | 22 | 63 | 6 | 42 | 0 | 5E | 3D | 66 | 59 | 15 |
| Octal | 42 | 143 | 6 | 102 | 0 | 136 | 75 | 146 | 131 | 25 |
| Binary | 100010 | 1100011 | 110 | 1000010 | 0 | 1011110 | 111101 | 1100110 | 1011001 | 10101 |
Color Harmonies of #226306
Complementary color
Monochromatic Colors of #226306
Black with #226306
Text Example
Text Example
White with #226306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226306; }
p { color: rgb(34,99,6); }
H1.HeaderClassName
{
color: #226306;
}
.AnyTagClassName
{
color: #226306;
}
</style>
background-color css
<style>
a { background-color: #226306; }
a { background-color: rgb(34,99,6); }
div.DivClassName
{
background-color: #226306;
}
.BgClassName
{
background-color: #226306;
}
</style>
border-color css
<style>
span { border-color: #226306; }
span { border-color: rgb(34,99,6); }
td.TdClassName
{
border-color: #226306;
}
.TagClassName
{
border-color: #226306;
}
</style>