Shades of Myrtle #25480E
Tints of Myrtle #25480E
RGB
CMYK
RGB Variations
Color information
#25480E (or 0x25480E) is known color: Myrtle. HEX triplet: 25, 48 and 0E. RGB value is (37,72,14). Sum of RGB (Red+Green+Blue) = 37+72+14=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #25480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25480E is #DAB7F1. Grayscale: #373737. Windows color (decimal): -14333938 or 935973. OLE color: 935973.
HSL color Cylindrical-coordinate representation of color #25480E: hue angle of 96.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25480E is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 72 | 14 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.72 |
| HSL | 96.21º | 0.67% | 0.17% | - |
| HSV(B) | 96.21º | 0.81% | 0.28% | - |
| XYZ | 3.16 | 5.06 | 1.23 | - |
| YUV | 54.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 14 | 0.49 | 0 | 0.81 | 0.72 | 96.21 | 0.67 | 0.17 |
| Hex | 25 | 48 | E | 31 | 0 | 51 | 48 | 60 | 43 | 11 |
| Octal | 45 | 110 | 16 | 61 | 0 | 121 | 110 | 140 | 103 | 21 |
| Binary | 100101 | 1001000 | 1110 | 110001 | 0 | 1010001 | 1001000 | 1100000 | 1000011 | 10001 |
Color Harmonies of #25480E
Complementary color
Monochromatic Colors of #25480E
Black with #25480E
Text Example
Text Example
White with #25480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25480E; }
p { color: rgb(37,72,14); }
H1.HeaderClassName
{
color: #25480E;
}
.AnyTagClassName
{
color: #25480E;
}
</style>
background-color css
<style>
a { background-color: #25480E; }
a { background-color: rgb(37,72,14); }
div.DivClassName
{
background-color: #25480E;
}
.BgClassName
{
background-color: #25480E;
}
</style>
border-color css
<style>
span { border-color: #25480E; }
span { border-color: rgb(37,72,14); }
td.TdClassName
{
border-color: #25480E;
}
.TagClassName
{
border-color: #25480E;
}
</style>