Shades of Myrtle #22580D
Tints of Myrtle #22580D
RGB
CMYK
RGB Variations
Color information
#22580D (or 0x22580D) is known color: Myrtle. HEX triplet: 22, 58 and 0D. RGB value is (34,88,13). Sum of RGB (Red+Green+Blue) = 34+88+13=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #22580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #22580D is #DDA7F2. Grayscale: #3F3F3F. Windows color (decimal): -14526451 or 874530. OLE color: 874530.
HSL color Cylindrical-coordinate representation of color #22580D: hue angle of 103.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22580D is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 88 | 13 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.65 |
| HSL | 103.2º | 0.74% | 0.2% | - |
| HSV(B) | 103.2º | 0.85% | 0.35% | - |
| XYZ | 4.22 | 7.35 | 1.58 | - |
| YUV | 63.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 88 | 13 | 0.61 | 0 | 0.85 | 0.65 | 103.2 | 0.74 | 0.2 |
| Hex | 22 | 58 | D | 3D | 0 | 55 | 41 | 67 | 4A | 14 |
| Octal | 42 | 130 | 15 | 75 | 0 | 125 | 101 | 147 | 112 | 24 |
| Binary | 100010 | 1011000 | 1101 | 111101 | 0 | 1010101 | 1000001 | 1100111 | 1001010 | 10100 |
Color Harmonies of #22580D
Complementary color
Monochromatic Colors of #22580D
Black with #22580D
Text Example
Text Example
White with #22580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22580D; }
p { color: rgb(34,88,13); }
H1.HeaderClassName
{
color: #22580D;
}
.AnyTagClassName
{
color: #22580D;
}
</style>
background-color css
<style>
a { background-color: #22580D; }
a { background-color: rgb(34,88,13); }
div.DivClassName
{
background-color: #22580D;
}
.BgClassName
{
background-color: #22580D;
}
</style>
border-color css
<style>
span { border-color: #22580D; }
span { border-color: rgb(34,88,13); }
td.TdClassName
{
border-color: #22580D;
}
.TagClassName
{
border-color: #22580D;
}
</style>