Shades of Myrtle #25660D
Tints of Myrtle #25660D
RGB
CMYK
RGB Variations
Color information
#25660D (or 0x25660D) is known color: Myrtle. HEX triplet: 25, 66 and 0D. RGB value is (37,102,13). Sum of RGB (Red+Green+Blue) = 37+102+13=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #25660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25660D is #DA99F2. Grayscale: #484848. Windows color (decimal): -14326259 or 878117. OLE color: 878117.
HSL color Cylindrical-coordinate representation of color #25660D: hue angle of 103.82º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25660D is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 102 | 13 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.6 |
| HSL | 103.82º | 0.77% | 0.23% | - |
| HSV(B) | 103.82º | 0.87% | 0.4% | - |
| XYZ | 5.59 | 9.93 | 2 | - |
| YUV | 72.42 | 94.47 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 13 | 0.64 | 0 | 0.87 | 0.6 | 103.82 | 0.77 | 0.23 |
| Hex | 25 | 66 | D | 40 | 0 | 57 | 3C | 68 | 4D | 17 |
| Octal | 45 | 146 | 15 | 100 | 0 | 127 | 74 | 150 | 115 | 27 |
| Binary | 100101 | 1100110 | 1101 | 1000000 | 0 | 1010111 | 111100 | 1101000 | 1001101 | 10111 |
Color Harmonies of #25660D
Complementary color
Monochromatic Colors of #25660D
Black with #25660D
Text Example
Text Example
White with #25660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25660D; }
p { color: rgb(37,102,13); }
H1.HeaderClassName
{
color: #25660D;
}
.AnyTagClassName
{
color: #25660D;
}
</style>
background-color css
<style>
a { background-color: #25660D; }
a { background-color: rgb(37,102,13); }
div.DivClassName
{
background-color: #25660D;
}
.BgClassName
{
background-color: #25660D;
}
</style>
border-color css
<style>
span { border-color: #25660D; }
span { border-color: rgb(37,102,13); }
td.TdClassName
{
border-color: #25660D;
}
.TagClassName
{
border-color: #25660D;
}
</style>