Shades of Myrtle #265206
Tints of Myrtle #265206
RGB
CMYK
RGB Variations
Color information
#265206 (or 0x265206) is known color: Myrtle. HEX triplet: 26, 52 and 06. RGB value is (38,82,6). Sum of RGB (Red+Green+Blue) = 38+82+6=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #265206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265206 is #D9ADF9. Grayscale: #3C3C3C. Windows color (decimal): -14265850 or 414246. OLE color: 414246.
HSL color Cylindrical-coordinate representation of color #265206: hue angle of 94.74º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #265206 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 82 | 6 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.68 |
| HSL | 94.74º | 0.86% | 0.17% | - |
| HSV(B) | 94.74º | 0.93% | 0.32% | - |
| XYZ | 3.85 | 6.46 | 1.22 | - |
| YUV | 60.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 6 | 0.54 | 0 | 0.93 | 0.68 | 94.74 | 0.86 | 0.17 |
| Hex | 26 | 52 | 6 | 36 | 0 | 5D | 44 | 5F | 56 | 11 |
| Octal | 46 | 122 | 6 | 66 | 0 | 135 | 104 | 137 | 126 | 21 |
| Binary | 100110 | 1010010 | 110 | 110110 | 0 | 1011101 | 1000100 | 1011111 | 1010110 | 10001 |
Color Harmonies of #265206
Complementary color
Monochromatic Colors of #265206
Black with #265206
Text Example
Text Example
White with #265206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265206; }
p { color: rgb(38,82,6); }
H1.HeaderClassName
{
color: #265206;
}
.AnyTagClassName
{
color: #265206;
}
</style>
background-color css
<style>
a { background-color: #265206; }
a { background-color: rgb(38,82,6); }
div.DivClassName
{
background-color: #265206;
}
.BgClassName
{
background-color: #265206;
}
</style>
border-color css
<style>
span { border-color: #265206; }
span { border-color: rgb(38,82,6); }
td.TdClassName
{
border-color: #265206;
}
.TagClassName
{
border-color: #265206;
}
</style>