Shades of Myrtle #225E1C
Tints of Myrtle #225E1C
RGB
CMYK
RGB Variations
Color information
#225E1C (or 0x225E1C) is known color: Myrtle. HEX triplet: 22, 5E and 1C. RGB value is (34,94,28). Sum of RGB (Red+Green+Blue) = 34+94+28=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 94 (37.11% from 255 or 60.26% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 94 - color contains mainly: green. Hex color #225E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225E1C is #DDA1E3. Grayscale: #444444. Windows color (decimal): -14524900 or 1859106. OLE color: 1859106.
HSL color Cylindrical-coordinate representation of color #225E1C: hue angle of 114.55º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225E1C is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 94 | 28 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.63 |
| HSL | 114.55º | 0.54% | 0.24% | - |
| HSV(B) | 114.55º | 0.7% | 0.37% | - |
| XYZ | 4.87 | 8.43 | 2.47 | - |
| YUV | 68.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 28 | 0.64 | 0 | 0.70 | 0.63 | 114.55 | 0.54 | 0.24 |
| Hex | 22 | 5E | 1C | 40 | 0 | 46 | 3F | 73 | 36 | 18 |
| Octal | 42 | 136 | 34 | 100 | 0 | 106 | 77 | 163 | 66 | 30 |
| Binary | 100010 | 1011110 | 11100 | 1000000 | 0 | 1000110 | 111111 | 1110011 | 110110 | 11000 |
Color Harmonies of #225E1C
Complementary color
Monochromatic Colors of #225E1C
Black with #225E1C
Text Example
Text Example
White with #225E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E1C; }
p { color: rgb(34,94,28); }
H1.HeaderClassName
{
color: #225E1C;
}
.AnyTagClassName
{
color: #225E1C;
}
</style>
background-color css
<style>
a { background-color: #225E1C; }
a { background-color: rgb(34,94,28); }
div.DivClassName
{
background-color: #225E1C;
}
.BgClassName
{
background-color: #225E1C;
}
</style>
border-color css
<style>
span { border-color: #225E1C; }
span { border-color: rgb(34,94,28); }
td.TdClassName
{
border-color: #225E1C;
}
.TagClassName
{
border-color: #225E1C;
}
</style>