Shades of Myrtle #225D1F
Tints of Myrtle #225D1F
RGB
CMYK
RGB Variations
Color information
#225D1F (or 0x225D1F) is known color: Myrtle. HEX triplet: 22, 5D and 1F. RGB value is (34,93,31). Sum of RGB (Red+Green+Blue) = 34+93+31=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #225D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D1F is #DDA2E0. Grayscale: #444444. Windows color (decimal): -14525153 or 2055458. OLE color: 2055458.
HSL color Cylindrical-coordinate representation of color #225D1F: hue angle of 117.1º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225D1F is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 31 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.64 |
| HSL | 117.1º | 0.5% | 0.24% | - |
| HSV(B) | 117.1º | 0.67% | 0.36% | - |
| XYZ | 4.82 | 8.27 | 2.64 | - |
| YUV | 68.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 31 | 0.63 | 0 | 0.67 | 0.64 | 117.1 | 0.5 | 0.24 |
| Hex | 22 | 5D | 1F | 3F | 0 | 43 | 40 | 75 | 32 | 18 |
| Octal | 42 | 135 | 37 | 77 | 0 | 103 | 100 | 165 | 62 | 30 |
| Binary | 100010 | 1011101 | 11111 | 111111 | 0 | 1000011 | 1000000 | 1110101 | 110010 | 11000 |
Color Harmonies of #225D1F
Complementary color
Monochromatic Colors of #225D1F
Black with #225D1F
Text Example
Text Example
White with #225D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D1F; }
p { color: rgb(34,93,31); }
H1.HeaderClassName
{
color: #225D1F;
}
.AnyTagClassName
{
color: #225D1F;
}
</style>
background-color css
<style>
a { background-color: #225D1F; }
a { background-color: rgb(34,93,31); }
div.DivClassName
{
background-color: #225D1F;
}
.BgClassName
{
background-color: #225D1F;
}
</style>
border-color css
<style>
span { border-color: #225D1F; }
span { border-color: rgb(34,93,31); }
td.TdClassName
{
border-color: #225D1F;
}
.TagClassName
{
border-color: #225D1F;
}
</style>