Shades of Myrtle #225A1F
Tints of Myrtle #225A1F
RGB
CMYK
RGB Variations
Color information
#225A1F (or 0x225A1F) is known color: Myrtle. HEX triplet: 22, 5A and 1F. RGB value is (34,90,31). Sum of RGB (Red+Green+Blue) = 34+90+31=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #225A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A1F is #DDA5E0. Grayscale: #424242. Windows color (decimal): -14525921 or 2054690. OLE color: 2054690.
HSL color Cylindrical-coordinate representation of color #225A1F: hue angle of 116.95º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225A1F is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 31 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.65 |
| HSL | 116.95º | 0.49% | 0.24% | - |
| HSV(B) | 116.95º | 0.66% | 0.35% | - |
| XYZ | 4.56 | 7.75 | 2.55 | - |
| YUV | 66.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 31 | 0.62 | 0 | 0.66 | 0.65 | 116.95 | 0.49 | 0.24 |
| Hex | 22 | 5A | 1F | 3E | 0 | 42 | 41 | 75 | 31 | 18 |
| Octal | 42 | 132 | 37 | 76 | 0 | 102 | 101 | 165 | 61 | 30 |
| Binary | 100010 | 1011010 | 11111 | 111110 | 0 | 1000010 | 1000001 | 1110101 | 110001 | 11000 |
Color Harmonies of #225A1F
Complementary color
Monochromatic Colors of #225A1F
Black with #225A1F
Text Example
Text Example
White with #225A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A1F; }
p { color: rgb(34,90,31); }
H1.HeaderClassName
{
color: #225A1F;
}
.AnyTagClassName
{
color: #225A1F;
}
</style>
background-color css
<style>
a { background-color: #225A1F; }
a { background-color: rgb(34,90,31); }
div.DivClassName
{
background-color: #225A1F;
}
.BgClassName
{
background-color: #225A1F;
}
</style>
border-color css
<style>
span { border-color: #225A1F; }
span { border-color: rgb(34,90,31); }
td.TdClassName
{
border-color: #225A1F;
}
.TagClassName
{
border-color: #225A1F;
}
</style>