Shades of Myrtle #265B0E
Tints of Myrtle #265B0E
RGB
CMYK
RGB Variations
Color information
#265B0E (or 0x265B0E) is known color: Myrtle. HEX triplet: 26, 5B and 0E. RGB value is (38,91,14). Sum of RGB (Red+Green+Blue) = 38+91+14=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #265B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265B0E is #D9A4F1. Grayscale: #424242. Windows color (decimal): -14263538 or 940838. OLE color: 940838.
HSL color Cylindrical-coordinate representation of color #265B0E: hue angle of 101.3º degrees, saturation: 0.73, 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 #265B0E is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 14 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.64 |
| HSL | 101.3º | 0.73% | 0.21% | - |
| HSV(B) | 101.3º | 0.85% | 0.36% | - |
| XYZ | 4.62 | 7.93 | 1.7 | - |
| YUV | 66.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 14 | 0.58 | 0 | 0.85 | 0.64 | 101.3 | 0.73 | 0.21 |
| Hex | 26 | 5B | E | 3A | 0 | 55 | 40 | 65 | 49 | 15 |
| Octal | 46 | 133 | 16 | 72 | 0 | 125 | 100 | 145 | 111 | 25 |
| Binary | 100110 | 1011011 | 1110 | 111010 | 0 | 1010101 | 1000000 | 1100101 | 1001001 | 10101 |
Color Harmonies of #265B0E
Complementary color
Monochromatic Colors of #265B0E
Black with #265B0E
Text Example
Text Example
White with #265B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B0E; }
p { color: rgb(38,91,14); }
H1.HeaderClassName
{
color: #265B0E;
}
.AnyTagClassName
{
color: #265B0E;
}
</style>
background-color css
<style>
a { background-color: #265B0E; }
a { background-color: rgb(38,91,14); }
div.DivClassName
{
background-color: #265B0E;
}
.BgClassName
{
background-color: #265B0E;
}
</style>
border-color css
<style>
span { border-color: #265B0E; }
span { border-color: rgb(38,91,14); }
td.TdClassName
{
border-color: #265B0E;
}
.TagClassName
{
border-color: #265B0E;
}
</style>