Shades of Myrtle #266412
Tints of Myrtle #266412
RGB
CMYK
RGB Variations
Color information
#266412 (or 0x266412) is known color: Myrtle. HEX triplet: 26, 64 and 12. RGB value is (38,100,18). Sum of RGB (Red+Green+Blue) = 38+100+18=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 100 (39.45% from 255 or 64.10% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 100 - color contains mainly: green. Hex color #266412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266412 is #D99BED. Grayscale: #484848. Windows color (decimal): -14261230 or 1205286. OLE color: 1205286.
HSL color Cylindrical-coordinate representation of color #266412: hue angle of 105.37º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266412 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 100 | 18 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.61 |
| HSL | 105.37º | 0.69% | 0.23% | - |
| HSV(B) | 105.37º | 0.82% | 0.39% | - |
| XYZ | 5.47 | 9.57 | 2.13 | - |
| YUV | 72.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 18 | 0.62 | 0 | 0.82 | 0.61 | 105.37 | 0.69 | 0.23 |
| Hex | 26 | 64 | 12 | 3E | 0 | 52 | 3D | 69 | 45 | 17 |
| Octal | 46 | 144 | 22 | 76 | 0 | 122 | 75 | 151 | 105 | 27 |
| Binary | 100110 | 1100100 | 10010 | 111110 | 0 | 1010010 | 111101 | 1101001 | 1000101 | 10111 |
Color Harmonies of #266412
Complementary color
Monochromatic Colors of #266412
Black with #266412
Text Example
Text Example
White with #266412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266412; }
p { color: rgb(38,100,18); }
H1.HeaderClassName
{
color: #266412;
}
.AnyTagClassName
{
color: #266412;
}
</style>
background-color css
<style>
a { background-color: #266412; }
a { background-color: rgb(38,100,18); }
div.DivClassName
{
background-color: #266412;
}
.BgClassName
{
background-color: #266412;
}
</style>
border-color css
<style>
span { border-color: #266412; }
span { border-color: rgb(38,100,18); }
td.TdClassName
{
border-color: #266412;
}
.TagClassName
{
border-color: #266412;
}
</style>