Shades of Myrtle #266307
Tints of Myrtle #266307
RGB
CMYK
RGB Variations
Color information
#266307 (or 0x266307) is known color: Myrtle. HEX triplet: 26, 63 and 07. RGB value is (38,99,7). Sum of RGB (Red+Green+Blue) = 38+99+7=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #266307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266307 is #D99CF8. Grayscale: #464646. Windows color (decimal): -14261497 or 484134. OLE color: 484134.
HSL color Cylindrical-coordinate representation of color #266307: hue angle of 99.78º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #266307 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 7 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.61 |
| HSL | 99.78º | 0.87% | 0.21% | - |
| HSV(B) | 99.78º | 0.93% | 0.39% | - |
| XYZ | 5.3 | 9.35 | 1.73 | - |
| YUV | 70.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 7 | 0.62 | 0 | 0.93 | 0.61 | 99.78 | 0.87 | 0.21 |
| Hex | 26 | 63 | 7 | 3E | 0 | 5D | 3D | 64 | 57 | 15 |
| Octal | 46 | 143 | 7 | 76 | 0 | 135 | 75 | 144 | 127 | 25 |
| Binary | 100110 | 1100011 | 111 | 111110 | 0 | 1011101 | 111101 | 1100100 | 1010111 | 10101 |
Color Harmonies of #266307
Complementary color
Monochromatic Colors of #266307
Black with #266307
Text Example
Text Example
White with #266307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266307; }
p { color: rgb(38,99,7); }
H1.HeaderClassName
{
color: #266307;
}
.AnyTagClassName
{
color: #266307;
}
</style>
background-color css
<style>
a { background-color: #266307; }
a { background-color: rgb(38,99,7); }
div.DivClassName
{
background-color: #266307;
}
.BgClassName
{
background-color: #266307;
}
</style>
border-color css
<style>
span { border-color: #266307; }
span { border-color: rgb(38,99,7); }
td.TdClassName
{
border-color: #266307;
}
.TagClassName
{
border-color: #266307;
}
</style>