Shades of Myrtle #25470D
Tints of Myrtle #25470D
RGB
CMYK
RGB Variations
Color information
#25470D (or 0x25470D) is known color: Myrtle. HEX triplet: 25, 47 and 0D. RGB value is (37,71,13). Sum of RGB (Red+Green+Blue) = 37+71+13=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #25470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25470D is #DAB8F2. Grayscale: #363636. Windows color (decimal): -14334195 or 870181. OLE color: 870181.
HSL color Cylindrical-coordinate representation of color #25470D: hue angle of 95.17º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25470D is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 71 | 13 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.72 |
| HSL | 95.17º | 0.69% | 0.16% | - |
| HSV(B) | 95.17º | 0.82% | 0.28% | - |
| XYZ | 3.09 | 4.93 | 1.17 | - |
| YUV | 54.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 13 | 0.48 | 0 | 0.82 | 0.72 | 95.17 | 0.69 | 0.16 |
| Hex | 25 | 47 | D | 30 | 0 | 52 | 48 | 5F | 45 | 10 |
| Octal | 45 | 107 | 15 | 60 | 0 | 122 | 110 | 137 | 105 | 20 |
| Binary | 100101 | 1000111 | 1101 | 110000 | 0 | 1010010 | 1001000 | 1011111 | 1000101 | 10000 |
Color Harmonies of #25470D
Complementary color
Monochromatic Colors of #25470D
Black with #25470D
Text Example
Text Example
White with #25470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25470D; }
p { color: rgb(37,71,13); }
H1.HeaderClassName
{
color: #25470D;
}
.AnyTagClassName
{
color: #25470D;
}
</style>
background-color css
<style>
a { background-color: #25470D; }
a { background-color: rgb(37,71,13); }
div.DivClassName
{
background-color: #25470D;
}
.BgClassName
{
background-color: #25470D;
}
</style>
border-color css
<style>
span { border-color: #25470D; }
span { border-color: rgb(37,71,13); }
td.TdClassName
{
border-color: #25470D;
}
.TagClassName
{
border-color: #25470D;
}
</style>