Shades of Myrtle #266211
Tints of Myrtle #266211
RGB
CMYK
RGB Variations
Color information
#266211 (or 0x266211) is known color: Myrtle. HEX triplet: 26, 62 and 11. RGB value is (38,98,17). Sum of RGB (Red+Green+Blue) = 38+98+17=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #266211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266211 is #D99DEE. Grayscale: #474747. Windows color (decimal): -14261743 or 1139238. OLE color: 1139238.
HSL color Cylindrical-coordinate representation of color #266211: hue angle of 104.44º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266211 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 98 | 17 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.62 |
| HSL | 104.44º | 0.7% | 0.23% | - |
| HSV(B) | 104.44º | 0.83% | 0.38% | - |
| XYZ | 5.27 | 9.19 | 2.03 | - |
| YUV | 70.83 | 97.62 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 17 | 0.61 | 0 | 0.83 | 0.62 | 104.44 | 0.7 | 0.23 |
| Hex | 26 | 62 | 11 | 3D | 0 | 53 | 3E | 68 | 46 | 17 |
| Octal | 46 | 142 | 21 | 75 | 0 | 123 | 76 | 150 | 106 | 27 |
| Binary | 100110 | 1100010 | 10001 | 111101 | 0 | 1010011 | 111110 | 1101000 | 1000110 | 10111 |
Color Harmonies of #266211
Complementary color
Monochromatic Colors of #266211
Black with #266211
Text Example
Text Example
White with #266211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266211; }
p { color: rgb(38,98,17); }
H1.HeaderClassName
{
color: #266211;
}
.AnyTagClassName
{
color: #266211;
}
</style>
background-color css
<style>
a { background-color: #266211; }
a { background-color: rgb(38,98,17); }
div.DivClassName
{
background-color: #266211;
}
.BgClassName
{
background-color: #266211;
}
</style>
border-color css
<style>
span { border-color: #266211; }
span { border-color: rgb(38,98,17); }
td.TdClassName
{
border-color: #266211;
}
.TagClassName
{
border-color: #266211;
}
</style>