Shades of Myrtle #225504
Tints of Myrtle #225504
RGB
CMYK
RGB Variations
Color information
#225504 (or 0x225504) is known color: Myrtle. HEX triplet: 22, 55 and 04. RGB value is (34,85,4). Sum of RGB (Red+Green+Blue) = 34+85+4=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #225504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225504 is #DDAAFB. Grayscale: #3C3C3C. Windows color (decimal): -14527228 or 283938. OLE color: 283938.
HSL color Cylindrical-coordinate representation of color #225504: hue angle of 97.78º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #225504 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 85 | 4 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.67 |
| HSL | 97.78º | 0.91% | 0.17% | - |
| HSV(B) | 97.78º | 0.95% | 0.33% | - |
| XYZ | 3.93 | 6.85 | 1.23 | - |
| YUV | 60.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 4 | 0.60 | 0 | 0.95 | 0.67 | 97.78 | 0.91 | 0.17 |
| Hex | 22 | 55 | 4 | 3C | 0 | 5F | 43 | 62 | 5B | 11 |
| Octal | 42 | 125 | 4 | 74 | 0 | 137 | 103 | 142 | 133 | 21 |
| Binary | 100010 | 1010101 | 100 | 111100 | 0 | 1011111 | 1000011 | 1100010 | 1011011 | 10001 |
Color Harmonies of #225504
Complementary color
Monochromatic Colors of #225504
Black with #225504
Text Example
Text Example
White with #225504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225504; }
p { color: rgb(34,85,4); }
H1.HeaderClassName
{
color: #225504;
}
.AnyTagClassName
{
color: #225504;
}
</style>
background-color css
<style>
a { background-color: #225504; }
a { background-color: rgb(34,85,4); }
div.DivClassName
{
background-color: #225504;
}
.BgClassName
{
background-color: #225504;
}
</style>
border-color css
<style>
span { border-color: #225504; }
span { border-color: rgb(34,85,4); }
td.TdClassName
{
border-color: #225504;
}
.TagClassName
{
border-color: #225504;
}
</style>