Shades of Myrtle #25550E
Tints of Myrtle #25550E
RGB
CMYK
RGB Variations
Color information
#25550E (or 0x25550E) is known color: Myrtle. HEX triplet: 25, 55 and 0E. RGB value is (37,85,14). Sum of RGB (Red+Green+Blue) = 37+85+14=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #25550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25550E is #DAAAF1. Grayscale: #3E3E3E. Windows color (decimal): -14330610 or 939301. OLE color: 939301.
HSL color Cylindrical-coordinate representation of color #25550E: hue angle of 100.56º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25550E is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 14 | - |
| CMYK | 0.56 | 0 | 0.84 | 0.67 |
| HSL | 100.56º | 0.72% | 0.19% | - |
| HSV(B) | 100.56º | 0.84% | 0.33% | - |
| XYZ | 4.09 | 6.92 | 1.54 | - |
| YUV | 62.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 14 | 0.56 | 0 | 0.84 | 0.67 | 100.56 | 0.72 | 0.19 |
| Hex | 25 | 55 | E | 38 | 0 | 54 | 43 | 65 | 48 | 13 |
| Octal | 45 | 125 | 16 | 70 | 0 | 124 | 103 | 145 | 110 | 23 |
| Binary | 100101 | 1010101 | 1110 | 111000 | 0 | 1010100 | 1000011 | 1100101 | 1001000 | 10011 |
Color Harmonies of #25550E
Complementary color
Monochromatic Colors of #25550E
Black with #25550E
Text Example
Text Example
White with #25550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25550E; }
p { color: rgb(37,85,14); }
H1.HeaderClassName
{
color: #25550E;
}
.AnyTagClassName
{
color: #25550E;
}
</style>
background-color css
<style>
a { background-color: #25550E; }
a { background-color: rgb(37,85,14); }
div.DivClassName
{
background-color: #25550E;
}
.BgClassName
{
background-color: #25550E;
}
</style>
border-color css
<style>
span { border-color: #25550E; }
span { border-color: rgb(37,85,14); }
td.TdClassName
{
border-color: #25550E;
}
.TagClassName
{
border-color: #25550E;
}
</style>