Shades of Myrtle #25480C
Tints of Myrtle #25480C
RGB
CMYK
RGB Variations
Color information
#25480C (or 0x25480C) is known color: Myrtle. HEX triplet: 25, 48 and 0C. RGB value is (37,72,12). Sum of RGB (Red+Green+Blue) = 37+72+12=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #25480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25480C is #DAB7F3. Grayscale: #363636. Windows color (decimal): -14333940 or 804901. OLE color: 804901.
HSL color Cylindrical-coordinate representation of color #25480C: hue angle of 95º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25480C is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 72 | 12 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.72 |
| HSL | 95º | 0.71% | 0.16% | - |
| HSV(B) | 95º | 0.83% | 0.28% | - |
| XYZ | 3.15 | 5.05 | 1.16 | - |
| YUV | 54.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 12 | 0.49 | 0 | 0.83 | 0.72 | 95 | 0.71 | 0.16 |
| Hex | 25 | 48 | C | 31 | 0 | 53 | 48 | 5F | 47 | 10 |
| Octal | 45 | 110 | 14 | 61 | 0 | 123 | 110 | 137 | 107 | 20 |
| Binary | 100101 | 1001000 | 1100 | 110001 | 0 | 1010011 | 1001000 | 1011111 | 1000111 | 10000 |
Color Harmonies of #25480C
Complementary color
Monochromatic Colors of #25480C
Black with #25480C
Text Example
Text Example
White with #25480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25480C; }
p { color: rgb(37,72,12); }
H1.HeaderClassName
{
color: #25480C;
}
.AnyTagClassName
{
color: #25480C;
}
</style>
background-color css
<style>
a { background-color: #25480C; }
a { background-color: rgb(37,72,12); }
div.DivClassName
{
background-color: #25480C;
}
.BgClassName
{
background-color: #25480C;
}
</style>
border-color css
<style>
span { border-color: #25480C; }
span { border-color: rgb(37,72,12); }
td.TdClassName
{
border-color: #25480C;
}
.TagClassName
{
border-color: #25480C;
}
</style>