Shades of Myrtle #22501C
Tints of Myrtle #22501C
RGB
CMYK
RGB Variations
Color information
#22501C (or 0x22501C) is known color: Myrtle. HEX triplet: 22, 50 and 1C. RGB value is (34,80,28). Sum of RGB (Red+Green+Blue) = 34+80+28=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #22501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22501C is #DDAFE3. Grayscale: #3C3C3C. Windows color (decimal): -14528484 or 1855522. OLE color: 1855522.
HSL color Cylindrical-coordinate representation of color #22501C: hue angle of 113.08º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #22501C is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 80 | 28 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.69 |
| HSL | 113.08º | 0.48% | 0.21% | - |
| HSV(B) | 113.08º | 0.65% | 0.31% | - |
| XYZ | 3.74 | 6.16 | 2.09 | - |
| YUV | 60.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 28 | 0.58 | 0 | 0.65 | 0.69 | 113.08 | 0.48 | 0.21 |
| Hex | 22 | 50 | 1C | 3A | 0 | 41 | 45 | 71 | 30 | 15 |
| Octal | 42 | 120 | 34 | 72 | 0 | 101 | 105 | 161 | 60 | 25 |
| Binary | 100010 | 1010000 | 11100 | 111010 | 0 | 1000001 | 1000101 | 1110001 | 110000 | 10101 |
Color Harmonies of #22501C
Complementary color
Monochromatic Colors of #22501C
Black with #22501C
Text Example
Text Example
White with #22501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22501C; }
p { color: rgb(34,80,28); }
H1.HeaderClassName
{
color: #22501C;
}
.AnyTagClassName
{
color: #22501C;
}
</style>
background-color css
<style>
a { background-color: #22501C; }
a { background-color: rgb(34,80,28); }
div.DivClassName
{
background-color: #22501C;
}
.BgClassName
{
background-color: #22501C;
}
</style>
border-color css
<style>
span { border-color: #22501C; }
span { border-color: rgb(34,80,28); }
td.TdClassName
{
border-color: #22501C;
}
.TagClassName
{
border-color: #22501C;
}
</style>