Shades of Myrtle #256113
Tints of Myrtle #256113
RGB
CMYK
RGB Variations
Color information
#256113 (or 0x256113) is known color: Myrtle. HEX triplet: 25, 61 and 13. RGB value is (37,97,19). Sum of RGB (Red+Green+Blue) = 37+97+19=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #256113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256113 is #DA9EEC. Grayscale: #464646. Windows color (decimal): -14327533 or 1270053. OLE color: 1270053.
HSL color Cylindrical-coordinate representation of color #256113: hue angle of 106.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #256113 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 19 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.62 |
| HSL | 106.15º | 0.67% | 0.23% | - |
| HSV(B) | 106.15º | 0.8% | 0.38% | - |
| XYZ | 5.16 | 8.99 | 2.08 | - |
| YUV | 70.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 19 | 0.62 | 0 | 0.80 | 0.62 | 106.15 | 0.67 | 0.23 |
| Hex | 25 | 61 | 13 | 3E | 0 | 50 | 3E | 6A | 43 | 17 |
| Octal | 45 | 141 | 23 | 76 | 0 | 120 | 76 | 152 | 103 | 27 |
| Binary | 100101 | 1100001 | 10011 | 111110 | 0 | 1010000 | 111110 | 1101010 | 1000011 | 10111 |
Color Harmonies of #256113
Complementary color
Monochromatic Colors of #256113
Black with #256113
Text Example
Text Example
White with #256113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256113; }
p { color: rgb(37,97,19); }
H1.HeaderClassName
{
color: #256113;
}
.AnyTagClassName
{
color: #256113;
}
</style>
background-color css
<style>
a { background-color: #256113; }
a { background-color: rgb(37,97,19); }
div.DivClassName
{
background-color: #256113;
}
.BgClassName
{
background-color: #256113;
}
</style>
border-color css
<style>
span { border-color: #256113; }
span { border-color: rgb(37,97,19); }
td.TdClassName
{
border-color: #256113;
}
.TagClassName
{
border-color: #256113;
}
</style>