Shades of Myrtle #25490A
Tints of Myrtle #25490A
RGB
CMYK
RGB Variations
Color information
#25490A (or 0x25490A) is known color: Myrtle. HEX triplet: 25, 49 and 0A. RGB value is (37,73,10). Sum of RGB (Red+Green+Blue) = 37+73+10=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #25490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25490A is #DAB6F5. Grayscale: #373737. Windows color (decimal): -14333686 or 674085. OLE color: 674085.
HSL color Cylindrical-coordinate representation of color #25490A: hue angle of 94.29º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25490A is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 73 | 10 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.71 |
| HSL | 94.29º | 0.76% | 0.16% | - |
| HSV(B) | 94.29º | 0.86% | 0.29% | - |
| XYZ | 3.2 | 5.18 | 1.12 | - |
| YUV | 55.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 10 | 0.49 | 0 | 0.86 | 0.71 | 94.29 | 0.76 | 0.16 |
| Hex | 25 | 49 | A | 31 | 0 | 56 | 47 | 5E | 4C | 10 |
| Octal | 45 | 111 | 12 | 61 | 0 | 126 | 107 | 136 | 114 | 20 |
| Binary | 100101 | 1001001 | 1010 | 110001 | 0 | 1010110 | 1000111 | 1011110 | 1001100 | 10000 |
Color Harmonies of #25490A
Complementary color
Monochromatic Colors of #25490A
Black with #25490A
Text Example
Text Example
White with #25490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25490A; }
p { color: rgb(37,73,10); }
H1.HeaderClassName
{
color: #25490A;
}
.AnyTagClassName
{
color: #25490A;
}
</style>
background-color css
<style>
a { background-color: #25490A; }
a { background-color: rgb(37,73,10); }
div.DivClassName
{
background-color: #25490A;
}
.BgClassName
{
background-color: #25490A;
}
</style>
border-color css
<style>
span { border-color: #25490A; }
span { border-color: rgb(37,73,10); }
td.TdClassName
{
border-color: #25490A;
}
.TagClassName
{
border-color: #25490A;
}
</style>