Shades of Myrtle #266605
Tints of Myrtle #266605
RGB
CMYK
RGB Variations
Color information
#266605 (or 0x266605) is known color: Myrtle. HEX triplet: 26, 66 and 05. RGB value is (38,102,5). Sum of RGB (Red+Green+Blue) = 38+102+5=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #266605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266605 is #D999FA. Grayscale: #484848. Windows color (decimal): -14260731 or 353830. OLE color: 353830.
HSL color Cylindrical-coordinate representation of color #266605: hue angle of 99.59º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #266605 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 102 | 5 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.6 |
| HSL | 99.59º | 0.91% | 0.21% | - |
| HSV(B) | 99.59º | 0.95% | 0.4% | - |
| XYZ | 5.58 | 9.93 | 1.77 | - |
| YUV | 71.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 5 | 0.63 | 0 | 0.95 | 0.6 | 99.59 | 0.91 | 0.21 |
| Hex | 26 | 66 | 5 | 3F | 0 | 5F | 3C | 64 | 5B | 15 |
| Octal | 46 | 146 | 5 | 77 | 0 | 137 | 74 | 144 | 133 | 25 |
| Binary | 100110 | 1100110 | 101 | 111111 | 0 | 1011111 | 111100 | 1100100 | 1011011 | 10101 |
Color Harmonies of #266605
Complementary color
Monochromatic Colors of #266605
Black with #266605
Text Example
Text Example
White with #266605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266605; }
p { color: rgb(38,102,5); }
H1.HeaderClassName
{
color: #266605;
}
.AnyTagClassName
{
color: #266605;
}
</style>
background-color css
<style>
a { background-color: #266605; }
a { background-color: rgb(38,102,5); }
div.DivClassName
{
background-color: #266605;
}
.BgClassName
{
background-color: #266605;
}
</style>
border-color css
<style>
span { border-color: #266605; }
span { border-color: rgb(38,102,5); }
td.TdClassName
{
border-color: #266605;
}
.TagClassName
{
border-color: #266605;
}
</style>