Shades of Myrtle #225001
Tints of Myrtle #225001
RGB
CMYK
RGB Variations
Color information
#225001 (or 0x225001) is known color: Myrtle. HEX triplet: 22, 50 and 01. RGB value is (34,80,1). Sum of RGB (Red+Green+Blue) = 34+80+1=115 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.57% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #225001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225001 is #DDAFFE. Grayscale: #393939. Windows color (decimal): -14528511 or 86050. OLE color: 86050.
HSL color Cylindrical-coordinate representation of color #225001: hue angle of 94.94º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #225001 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 80 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.69 |
| HSL | 94.94º | 0.98% | 0.16% | - |
| HSV(B) | 94.94º | 0.99% | 0.31% | - |
| XYZ | 3.53 | 6.08 | 1.02 | - |
| YUV | 57.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 1 | 0.58 | 0 | 0.99 | 0.69 | 94.94 | 0.98 | 0.16 |
| Hex | 22 | 50 | 1 | 3A | 0 | 63 | 45 | 5F | 62 | 10 |
| Octal | 42 | 120 | 1 | 72 | 0 | 143 | 105 | 137 | 142 | 20 |
| Binary | 100010 | 1010000 | 1 | 111010 | 0 | 1100011 | 1000101 | 1011111 | 1100010 | 10000 |
Color Harmonies of #225001
Complementary color
Monochromatic Colors of #225001
Black with #225001
Text Example
Text Example
White with #225001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225001; }
p { color: rgb(34,80,1); }
H1.HeaderClassName
{
color: #225001;
}
.AnyTagClassName
{
color: #225001;
}
</style>
background-color css
<style>
a { background-color: #225001; }
a { background-color: rgb(34,80,1); }
div.DivClassName
{
background-color: #225001;
}
.BgClassName
{
background-color: #225001;
}
</style>
border-color css
<style>
span { border-color: #225001; }
span { border-color: rgb(34,80,1); }
td.TdClassName
{
border-color: #225001;
}
.TagClassName
{
border-color: #225001;
}
</style>