Shades of Myrtle #265509
Tints of Myrtle #265509
RGB
CMYK
RGB Variations
Color information
#265509 (or 0x265509) is known color: Myrtle. HEX triplet: 26, 55 and 09. RGB value is (38,85,9). Sum of RGB (Red+Green+Blue) = 38+85+9=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #265509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265509 is #D9AAF6. Grayscale: #3E3E3E. Windows color (decimal): -14265079 or 611622. OLE color: 611622.
HSL color Cylindrical-coordinate representation of color #265509: hue angle of 97.11º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #265509 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 85 | 9 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.67 |
| HSL | 97.11º | 0.81% | 0.18% | - |
| HSV(B) | 97.11º | 0.89% | 0.33% | - |
| XYZ | 4.1 | 6.93 | 1.38 | - |
| YUV | 62.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 9 | 0.55 | 0 | 0.89 | 0.67 | 97.11 | 0.81 | 0.18 |
| Hex | 26 | 55 | 9 | 37 | 0 | 59 | 43 | 61 | 51 | 12 |
| Octal | 46 | 125 | 11 | 67 | 0 | 131 | 103 | 141 | 121 | 22 |
| Binary | 100110 | 1010101 | 1001 | 110111 | 0 | 1011001 | 1000011 | 1100001 | 1010001 | 10010 |
Color Harmonies of #265509
Complementary color
Monochromatic Colors of #265509
Black with #265509
Text Example
Text Example
White with #265509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265509; }
p { color: rgb(38,85,9); }
H1.HeaderClassName
{
color: #265509;
}
.AnyTagClassName
{
color: #265509;
}
</style>
background-color css
<style>
a { background-color: #265509; }
a { background-color: rgb(38,85,9); }
div.DivClassName
{
background-color: #265509;
}
.BgClassName
{
background-color: #265509;
}
</style>
border-color css
<style>
span { border-color: #265509; }
span { border-color: rgb(38,85,9); }
td.TdClassName
{
border-color: #265509;
}
.TagClassName
{
border-color: #265509;
}
</style>