Shades of Myrtle #225027
Tints of Myrtle #225027
RGB
CMYK
RGB Variations
Color information
#225027 (or 0x225027) is known color: Myrtle. HEX triplet: 22, 50 and 27. RGB value is (34,80,39). Sum of RGB (Red+Green+Blue) = 34+80+39=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #225027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225027 is #DDAFD8. Grayscale: #3D3D3D. Windows color (decimal): -14528473 or 2576418. OLE color: 2576418.
HSL color Cylindrical-coordinate representation of color #225027: hue angle of 126.52º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225027 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 80 | 39 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.69 |
| HSL | 126.52º | 0.4% | 0.22% | - |
| HSV(B) | 126.52º | 0.58% | 0.31% | - |
| XYZ | 3.89 | 6.22 | 2.92 | - |
| YUV | 61.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 39 | 0.58 | 0 | 0.51 | 0.69 | 126.52 | 0.4 | 0.22 |
| Hex | 22 | 50 | 27 | 3A | 0 | 33 | 45 | 7F | 28 | 16 |
| Octal | 42 | 120 | 47 | 72 | 0 | 63 | 105 | 177 | 50 | 26 |
| Binary | 100010 | 1010000 | 100111 | 111010 | 0 | 110011 | 1000101 | 1111111 | 101000 | 10110 |
Color Harmonies of #225027
Complementary color
Monochromatic Colors of #225027
Black with #225027
Text Example
Text Example
White with #225027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225027; }
p { color: rgb(34,80,39); }
H1.HeaderClassName
{
color: #225027;
}
.AnyTagClassName
{
color: #225027;
}
</style>
background-color css
<style>
a { background-color: #225027; }
a { background-color: rgb(34,80,39); }
div.DivClassName
{
background-color: #225027;
}
.BgClassName
{
background-color: #225027;
}
</style>
border-color css
<style>
span { border-color: #225027; }
span { border-color: rgb(34,80,39); }
td.TdClassName
{
border-color: #225027;
}
.TagClassName
{
border-color: #225027;
}
</style>