Shades of Myrtle #225811
Tints of Myrtle #225811
RGB
CMYK
RGB Variations
Color information
#225811 (or 0x225811) is known color: Myrtle. HEX triplet: 22, 58 and 11. RGB value is (34,88,17). Sum of RGB (Red+Green+Blue) = 34+88+17=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #225811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225811 is #DDA7EE. Grayscale: #3F3F3F. Windows color (decimal): -14526447 or 1136674. OLE color: 1136674.
HSL color Cylindrical-coordinate representation of color #225811: hue angle of 105.63º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #225811 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 88 | 17 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.65 |
| HSL | 105.63º | 0.68% | 0.21% | - |
| HSV(B) | 105.63º | 0.81% | 0.35% | - |
| XYZ | 4.25 | 7.36 | 1.73 | - |
| YUV | 63.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 88 | 17 | 0.61 | 0 | 0.81 | 0.65 | 105.63 | 0.68 | 0.21 |
| Hex | 22 | 58 | 11 | 3D | 0 | 51 | 41 | 6A | 44 | 15 |
| Octal | 42 | 130 | 21 | 75 | 0 | 121 | 101 | 152 | 104 | 25 |
| Binary | 100010 | 1011000 | 10001 | 111101 | 0 | 1010001 | 1000001 | 1101010 | 1000100 | 10101 |
Color Harmonies of #225811
Complementary color
Monochromatic Colors of #225811
Black with #225811
Text Example
Text Example
White with #225811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225811; }
p { color: rgb(34,88,17); }
H1.HeaderClassName
{
color: #225811;
}
.AnyTagClassName
{
color: #225811;
}
</style>
background-color css
<style>
a { background-color: #225811; }
a { background-color: rgb(34,88,17); }
div.DivClassName
{
background-color: #225811;
}
.BgClassName
{
background-color: #225811;
}
</style>
border-color css
<style>
span { border-color: #225811; }
span { border-color: rgb(34,88,17); }
td.TdClassName
{
border-color: #225811;
}
.TagClassName
{
border-color: #225811;
}
</style>