Shades of Myrtle #25550B
Tints of Myrtle #25550B
RGB
CMYK
RGB Variations
Color information
#25550B (or 0x25550B) is known color: Myrtle. HEX triplet: 25, 55 and 0B. RGB value is (37,85,11). Sum of RGB (Red+Green+Blue) = 37+85+11=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #25550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25550B is #DAAAF4. Grayscale: #3E3E3E. Windows color (decimal): -14330613 or 742693. OLE color: 742693.
HSL color Cylindrical-coordinate representation of color #25550B: hue angle of 98.92º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25550B is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 85 | 11 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.67 |
| HSL | 98.92º | 0.77% | 0.19% | - |
| HSV(B) | 98.92º | 0.87% | 0.33% | - |
| XYZ | 4.07 | 6.91 | 1.44 | - |
| YUV | 62.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 11 | 0.56 | 0 | 0.87 | 0.67 | 98.92 | 0.77 | 0.19 |
| Hex | 25 | 55 | B | 38 | 0 | 57 | 43 | 63 | 4D | 13 |
| Octal | 45 | 125 | 13 | 70 | 0 | 127 | 103 | 143 | 115 | 23 |
| Binary | 100101 | 1010101 | 1011 | 111000 | 0 | 1010111 | 1000011 | 1100011 | 1001101 | 10011 |
Color Harmonies of #25550B
Complementary color
Monochromatic Colors of #25550B
Black with #25550B
Text Example
Text Example
White with #25550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25550B; }
p { color: rgb(37,85,11); }
H1.HeaderClassName
{
color: #25550B;
}
.AnyTagClassName
{
color: #25550B;
}
</style>
background-color css
<style>
a { background-color: #25550B; }
a { background-color: rgb(37,85,11); }
div.DivClassName
{
background-color: #25550B;
}
.BgClassName
{
background-color: #25550B;
}
</style>
border-color css
<style>
span { border-color: #25550B; }
span { border-color: rgb(37,85,11); }
td.TdClassName
{
border-color: #25550B;
}
.TagClassName
{
border-color: #25550B;
}
</style>