Shades of Myrtle #25600C
Tints of Myrtle #25600C
RGB
CMYK
RGB Variations
Color information
#25600C (or 0x25600C) is known color: Myrtle. HEX triplet: 25, 60 and 0C. RGB value is (37,96,12). Sum of RGB (Red+Green+Blue) = 37+96+12=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #25600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25600C is #DA9FF3. Grayscale: #454545. Windows color (decimal): -14327796 or 811045. OLE color: 811045.
HSL color Cylindrical-coordinate representation of color #25600C: hue angle of 102.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25600C is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 12 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.62 |
| HSL | 102.14º | 0.78% | 0.21% | - |
| HSV(B) | 102.14º | 0.88% | 0.38% | - |
| XYZ | 5.01 | 8.79 | 1.78 | - |
| YUV | 68.78 | 95.95 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 12 | 0.61 | 0 | 0.88 | 0.62 | 102.14 | 0.78 | 0.21 |
| Hex | 25 | 60 | C | 3D | 0 | 58 | 3E | 66 | 4E | 15 |
| Octal | 45 | 140 | 14 | 75 | 0 | 130 | 76 | 146 | 116 | 25 |
| Binary | 100101 | 1100000 | 1100 | 111101 | 0 | 1011000 | 111110 | 1100110 | 1001110 | 10101 |
Color Harmonies of #25600C
Complementary color
Monochromatic Colors of #25600C
Black with #25600C
Text Example
Text Example
White with #25600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25600C; }
p { color: rgb(37,96,12); }
H1.HeaderClassName
{
color: #25600C;
}
.AnyTagClassName
{
color: #25600C;
}
</style>
background-color css
<style>
a { background-color: #25600C; }
a { background-color: rgb(37,96,12); }
div.DivClassName
{
background-color: #25600C;
}
.BgClassName
{
background-color: #25600C;
}
</style>
border-color css
<style>
span { border-color: #25600C; }
span { border-color: rgb(37,96,12); }
td.TdClassName
{
border-color: #25600C;
}
.TagClassName
{
border-color: #25600C;
}
</style>