Shades of Myrtle #265D0E
Tints of Myrtle #265D0E
RGB
CMYK
RGB Variations
Color information
#265D0E (or 0x265D0E) is known color: Myrtle. HEX triplet: 26, 5D and 0E. RGB value is (38,93,14). Sum of RGB (Red+Green+Blue) = 38+93+14=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #265D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265D0E is #D9A2F1. Grayscale: #434343. Windows color (decimal): -14263026 or 941350. OLE color: 941350.
HSL color Cylindrical-coordinate representation of color #265D0E: hue angle of 101.77º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #265D0E is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 14 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.64 |
| HSL | 101.77º | 0.74% | 0.21% | - |
| HSV(B) | 101.77º | 0.85% | 0.36% | - |
| XYZ | 4.79 | 8.27 | 1.76 | - |
| YUV | 67.55 | 97.78 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 14 | 0.59 | 0 | 0.85 | 0.64 | 101.77 | 0.74 | 0.21 |
| Hex | 26 | 5D | E | 3B | 0 | 55 | 40 | 66 | 4A | 15 |
| Octal | 46 | 135 | 16 | 73 | 0 | 125 | 100 | 146 | 112 | 25 |
| Binary | 100110 | 1011101 | 1110 | 111011 | 0 | 1010101 | 1000000 | 1100110 | 1001010 | 10101 |
Color Harmonies of #265D0E
Complementary color
Monochromatic Colors of #265D0E
Black with #265D0E
Text Example
Text Example
White with #265D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D0E; }
p { color: rgb(38,93,14); }
H1.HeaderClassName
{
color: #265D0E;
}
.AnyTagClassName
{
color: #265D0E;
}
</style>
background-color css
<style>
a { background-color: #265D0E; }
a { background-color: rgb(38,93,14); }
div.DivClassName
{
background-color: #265D0E;
}
.BgClassName
{
background-color: #265D0E;
}
</style>
border-color css
<style>
span { border-color: #265D0E; }
span { border-color: rgb(38,93,14); }
td.TdClassName
{
border-color: #265D0E;
}
.TagClassName
{
border-color: #265D0E;
}
</style>