Shades of Myrtle #265805
Tints of Myrtle #265805
RGB
CMYK
RGB Variations
Color information
#265805 (or 0x265805) is known color: Myrtle. HEX triplet: 26, 58 and 05. RGB value is (38,88,5). Sum of RGB (Red+Green+Blue) = 38+88+5=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #265805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265805 is #D9A7FA. Grayscale: #3F3F3F. Windows color (decimal): -14264315 or 350246. OLE color: 350246.
HSL color Cylindrical-coordinate representation of color #265805: hue angle of 96.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #265805 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 88 | 5 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.65 |
| HSL | 96.14º | 0.89% | 0.18% | - |
| HSV(B) | 96.14º | 0.94% | 0.35% | - |
| XYZ | 4.32 | 7.4 | 1.34 | - |
| YUV | 63.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 5 | 0.57 | 0 | 0.94 | 0.65 | 96.14 | 0.89 | 0.18 |
| Hex | 26 | 58 | 5 | 39 | 0 | 5E | 41 | 60 | 59 | 12 |
| Octal | 46 | 130 | 5 | 71 | 0 | 136 | 101 | 140 | 131 | 22 |
| Binary | 100110 | 1011000 | 101 | 111001 | 0 | 1011110 | 1000001 | 1100000 | 1011001 | 10010 |
Color Harmonies of #265805
Complementary color
Monochromatic Colors of #265805
Black with #265805
Text Example
Text Example
White with #265805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265805; }
p { color: rgb(38,88,5); }
H1.HeaderClassName
{
color: #265805;
}
.AnyTagClassName
{
color: #265805;
}
</style>
background-color css
<style>
a { background-color: #265805; }
a { background-color: rgb(38,88,5); }
div.DivClassName
{
background-color: #265805;
}
.BgClassName
{
background-color: #265805;
}
</style>
border-color css
<style>
span { border-color: #265805; }
span { border-color: rgb(38,88,5); }
td.TdClassName
{
border-color: #265805;
}
.TagClassName
{
border-color: #265805;
}
</style>