Shades of Myrtle #265009
Tints of Myrtle #265009
RGB
CMYK
RGB Variations
Color information
#265009 (or 0x265009) is known color: Myrtle. HEX triplet: 26, 50 and 09. RGB value is (38,80,9). Sum of RGB (Red+Green+Blue) = 38+80+9=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #265009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265009 is #D9AFF6. Grayscale: #3B3B3B. Windows color (decimal): -14266359 or 610342. OLE color: 610342.
HSL color Cylindrical-coordinate representation of color #265009: hue angle of 95.49º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #265009 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 80 | 9 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.69 |
| HSL | 95.49º | 0.8% | 0.17% | - |
| HSV(B) | 95.49º | 0.89% | 0.31% | - |
| XYZ | 3.72 | 6.17 | 1.25 | - |
| YUV | 59.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 9 | 0.52 | 0 | 0.89 | 0.69 | 95.49 | 0.8 | 0.17 |
| Hex | 26 | 50 | 9 | 34 | 0 | 59 | 45 | 5F | 50 | 11 |
| Octal | 46 | 120 | 11 | 64 | 0 | 131 | 105 | 137 | 120 | 21 |
| Binary | 100110 | 1010000 | 1001 | 110100 | 0 | 1011001 | 1000101 | 1011111 | 1010000 | 10001 |
Color Harmonies of #265009
Complementary color
Monochromatic Colors of #265009
Black with #265009
Text Example
Text Example
White with #265009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265009; }
p { color: rgb(38,80,9); }
H1.HeaderClassName
{
color: #265009;
}
.AnyTagClassName
{
color: #265009;
}
</style>
background-color css
<style>
a { background-color: #265009; }
a { background-color: rgb(38,80,9); }
div.DivClassName
{
background-color: #265009;
}
.BgClassName
{
background-color: #265009;
}
</style>
border-color css
<style>
span { border-color: #265009; }
span { border-color: rgb(38,80,9); }
td.TdClassName
{
border-color: #265009;
}
.TagClassName
{
border-color: #265009;
}
</style>