Shades of Myrtle #25660C
Tints of Myrtle #25660C
RGB
CMYK
RGB Variations
Color information
#25660C (or 0x25660C) is known color: Myrtle. HEX triplet: 25, 66 and 0C. RGB value is (37,102,12). Sum of RGB (Red+Green+Blue) = 37+102+12=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #25660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25660C is #DA99F3. Grayscale: #484848. Windows color (decimal): -14326260 or 812581. OLE color: 812581.
HSL color Cylindrical-coordinate representation of color #25660C: hue angle of 103.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25660C is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 102 | 12 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.6 |
| HSL | 103.33º | 0.79% | 0.22% | - |
| HSV(B) | 103.33º | 0.88% | 0.4% | - |
| XYZ | 5.58 | 9.92 | 1.97 | - |
| YUV | 72.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 12 | 0.64 | 0 | 0.88 | 0.6 | 103.33 | 0.79 | 0.22 |
| Hex | 25 | 66 | C | 40 | 0 | 58 | 3C | 67 | 4F | 16 |
| Octal | 45 | 146 | 14 | 100 | 0 | 130 | 74 | 147 | 117 | 26 |
| Binary | 100101 | 1100110 | 1100 | 1000000 | 0 | 1011000 | 111100 | 1100111 | 1001111 | 10110 |
Color Harmonies of #25660C
Complementary color
Monochromatic Colors of #25660C
Black with #25660C
Text Example
Text Example
White with #25660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25660C; }
p { color: rgb(37,102,12); }
H1.HeaderClassName
{
color: #25660C;
}
.AnyTagClassName
{
color: #25660C;
}
</style>
background-color css
<style>
a { background-color: #25660C; }
a { background-color: rgb(37,102,12); }
div.DivClassName
{
background-color: #25660C;
}
.BgClassName
{
background-color: #25660C;
}
</style>
border-color css
<style>
span { border-color: #25660C; }
span { border-color: rgb(37,102,12); }
td.TdClassName
{
border-color: #25660C;
}
.TagClassName
{
border-color: #25660C;
}
</style>