Shades of Myrtle #266005
Tints of Myrtle #266005
RGB
CMYK
RGB Variations
Color information
#266005 (or 0x266005) is known color: Myrtle. HEX triplet: 26, 60 and 05. RGB value is (38,96,5). Sum of RGB (Red+Green+Blue) = 38+96+5=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #266005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266005 is #D99FFA. Grayscale: #444444. Windows color (decimal): -14262267 or 352294. OLE color: 352294.
HSL color Cylindrical-coordinate representation of color #266005: hue angle of 98.24º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #266005 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 96 | 5 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.62 |
| HSL | 98.24º | 0.9% | 0.2% | - |
| HSV(B) | 98.24º | 0.95% | 0.38% | - |
| XYZ | 5.01 | 8.79 | 1.58 | - |
| YUV | 68.28 | 92.28 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 5 | 0.60 | 0 | 0.95 | 0.62 | 98.24 | 0.9 | 0.2 |
| Hex | 26 | 60 | 5 | 3C | 0 | 5F | 3E | 62 | 5A | 14 |
| Octal | 46 | 140 | 5 | 74 | 0 | 137 | 76 | 142 | 132 | 24 |
| Binary | 100110 | 1100000 | 101 | 111100 | 0 | 1011111 | 111110 | 1100010 | 1011010 | 10100 |
Color Harmonies of #266005
Complementary color
Monochromatic Colors of #266005
Black with #266005
Text Example
Text Example
White with #266005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266005; }
p { color: rgb(38,96,5); }
H1.HeaderClassName
{
color: #266005;
}
.AnyTagClassName
{
color: #266005;
}
</style>
background-color css
<style>
a { background-color: #266005; }
a { background-color: rgb(38,96,5); }
div.DivClassName
{
background-color: #266005;
}
.BgClassName
{
background-color: #266005;
}
</style>
border-color css
<style>
span { border-color: #266005; }
span { border-color: rgb(38,96,5); }
td.TdClassName
{
border-color: #266005;
}
.TagClassName
{
border-color: #266005;
}
</style>