Shades of Myrtle #255522
Tints of Myrtle #255522
RGB
CMYK
RGB Variations
Color information
#255522 (or 0x255522) is known color: Myrtle. HEX triplet: 25, 55 and 22. RGB value is (37,85,34). Sum of RGB (Red+Green+Blue) = 37+85+34=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #255522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255522 is #DAAADD. Grayscale: #404040. Windows color (decimal): -14330590 or 2250021. OLE color: 2250021.
HSL color Cylindrical-coordinate representation of color #255522: hue angle of 116.47º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255522 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 34 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.67 |
| HSL | 116.47º | 0.43% | 0.23% | - |
| HSV(B) | 116.47º | 0.6% | 0.33% | - |
| XYZ | 4.3 | 7.01 | 2.64 | - |
| YUV | 64.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 34 | 0.56 | 0 | 0.60 | 0.67 | 116.47 | 0.43 | 0.23 |
| Hex | 25 | 55 | 22 | 38 | 0 | 3C | 43 | 74 | 2B | 17 |
| Octal | 45 | 125 | 42 | 70 | 0 | 74 | 103 | 164 | 53 | 27 |
| Binary | 100101 | 1010101 | 100010 | 111000 | 0 | 111100 | 1000011 | 1110100 | 101011 | 10111 |
Color Harmonies of #255522
Complementary color
Monochromatic Colors of #255522
Black with #255522
Text Example
Text Example
White with #255522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255522; }
p { color: rgb(37,85,34); }
H1.HeaderClassName
{
color: #255522;
}
.AnyTagClassName
{
color: #255522;
}
</style>
background-color css
<style>
a { background-color: #255522; }
a { background-color: rgb(37,85,34); }
div.DivClassName
{
background-color: #255522;
}
.BgClassName
{
background-color: #255522;
}
</style>
border-color css
<style>
span { border-color: #255522; }
span { border-color: rgb(37,85,34); }
td.TdClassName
{
border-color: #255522;
}
.TagClassName
{
border-color: #255522;
}
</style>