Shades of Myrtle #266300
Tints of Myrtle #266300
RGB
CMYK
RGB Variations
Color information
#266300 (or 0x266300) is known color: Myrtle. HEX triplet: 26, 63 and 00. RGB value is (38,99,0). Sum of RGB (Red+Green+Blue) = 38+99+0=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #266300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266300 is #D99CFF. Grayscale: #454545. Windows color (decimal): -14261504 or 25382. OLE color: 25382.
HSL color Cylindrical-coordinate representation of color #266300: hue angle of 96.97º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #266300 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.61 |
| HSL | 96.97º | 1% | 0.19% | - |
| HSV(B) | 96.97º | 1% | 0.39% | - |
| XYZ | 5.26 | 9.34 | 1.52 | - |
| YUV | 69.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 0 | 0.62 | 0 | 1 | 0.61 | 96.97 | 1 | 0.19 |
| Hex | 26 | 63 | 0 | 3E | 0 | 64 | 3D | 61 | 64 | 13 |
| Octal | 46 | 143 | 0 | 76 | 0 | 144 | 75 | 141 | 144 | 23 |
| Binary | 100110 | 1100011 | 0 | 111110 | 0 | 1100100 | 111101 | 1100001 | 1100100 | 10011 |
Color Harmonies of #266300
Complementary color
Monochromatic Colors of #266300
Black with #266300
Text Example
Text Example
White with #266300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266300; }
p { color: rgb(38,99,0); }
H1.HeaderClassName
{
color: #266300;
}
.AnyTagClassName
{
color: #266300;
}
</style>
background-color css
<style>
a { background-color: #266300; }
a { background-color: rgb(38,99,0); }
div.DivClassName
{
background-color: #266300;
}
.BgClassName
{
background-color: #266300;
}
</style>
border-color css
<style>
span { border-color: #266300; }
span { border-color: rgb(38,99,0); }
td.TdClassName
{
border-color: #266300;
}
.TagClassName
{
border-color: #266300;
}
</style>