Shades of Myrtle #22501A
Tints of Myrtle #22501A
RGB
CMYK
RGB Variations
Color information
#22501A (or 0x22501A) is known color: Myrtle. HEX triplet: 22, 50 and 1A. RGB value is (34,80,26). Sum of RGB (Red+Green+Blue) = 34+80+26=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #22501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22501A is #DDAFE5. Grayscale: #3C3C3C. Windows color (decimal): -14528486 or 1724450. OLE color: 1724450.
HSL color Cylindrical-coordinate representation of color #22501A: hue angle of 111.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22501A is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 80 | 26 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.69 |
| HSL | 111.11º | 0.51% | 0.21% | - |
| HSV(B) | 111.11º | 0.68% | 0.31% | - |
| XYZ | 3.71 | 6.15 | 1.97 | - |
| YUV | 60.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 26 | 0.58 | 0 | 0.67 | 0.69 | 111.11 | 0.51 | 0.21 |
| Hex | 22 | 50 | 1A | 3A | 0 | 43 | 45 | 6F | 33 | 15 |
| Octal | 42 | 120 | 32 | 72 | 0 | 103 | 105 | 157 | 63 | 25 |
| Binary | 100010 | 1010000 | 11010 | 111010 | 0 | 1000011 | 1000101 | 1101111 | 110011 | 10101 |
Color Harmonies of #22501A
Complementary color
Monochromatic Colors of #22501A
Black with #22501A
Text Example
Text Example
White with #22501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22501A; }
p { color: rgb(34,80,26); }
H1.HeaderClassName
{
color: #22501A;
}
.AnyTagClassName
{
color: #22501A;
}
</style>
background-color css
<style>
a { background-color: #22501A; }
a { background-color: rgb(34,80,26); }
div.DivClassName
{
background-color: #22501A;
}
.BgClassName
{
background-color: #22501A;
}
</style>
border-color css
<style>
span { border-color: #22501A; }
span { border-color: rgb(34,80,26); }
td.TdClassName
{
border-color: #22501A;
}
.TagClassName
{
border-color: #22501A;
}
</style>