Shades of Myrtle #22520B
Tints of Myrtle #22520B
RGB
CMYK
RGB Variations
Color information
#22520B (or 0x22520B) is known color: Myrtle. HEX triplet: 22, 52 and 0B. RGB value is (34,82,11). Sum of RGB (Red+Green+Blue) = 34+82+11=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #22520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #22520B is #DDADF4. Grayscale: #3B3B3B. Windows color (decimal): -14527989 or 741922. OLE color: 741922.
HSL color Cylindrical-coordinate representation of color #22520B: hue angle of 100.56º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22520B is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 11 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.68 |
| HSL | 100.56º | 0.76% | 0.18% | - |
| HSV(B) | 100.56º | 0.87% | 0.32% | - |
| XYZ | 3.74 | 6.4 | 1.35 | - |
| YUV | 59.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 11 | 0.59 | 0 | 0.87 | 0.68 | 100.56 | 0.76 | 0.18 |
| Hex | 22 | 52 | B | 3B | 0 | 57 | 44 | 65 | 4C | 12 |
| Octal | 42 | 122 | 13 | 73 | 0 | 127 | 104 | 145 | 114 | 22 |
| Binary | 100010 | 1010010 | 1011 | 111011 | 0 | 1010111 | 1000100 | 1100101 | 1001100 | 10010 |
Color Harmonies of #22520B
Complementary color
Monochromatic Colors of #22520B
Black with #22520B
Text Example
Text Example
White with #22520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22520B; }
p { color: rgb(34,82,11); }
H1.HeaderClassName
{
color: #22520B;
}
.AnyTagClassName
{
color: #22520B;
}
</style>
background-color css
<style>
a { background-color: #22520B; }
a { background-color: rgb(34,82,11); }
div.DivClassName
{
background-color: #22520B;
}
.BgClassName
{
background-color: #22520B;
}
</style>
border-color css
<style>
span { border-color: #22520B; }
span { border-color: rgb(34,82,11); }
td.TdClassName
{
border-color: #22520B;
}
.TagClassName
{
border-color: #22520B;
}
</style>