Shades of Myrtle #264711
Tints of Myrtle #264711
RGB
CMYK
RGB Variations
Color information
#264711 (or 0x264711) is known color: Myrtle. HEX triplet: 26, 47 and 11. RGB value is (38,71,17). Sum of RGB (Red+Green+Blue) = 38+71+17=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #264711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264711 is #D9B8EE. Grayscale: #373737. Windows color (decimal): -14268655 or 1132326. OLE color: 1132326.
HSL color Cylindrical-coordinate representation of color #264711: hue angle of 96.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #264711 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 17 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.72 |
| HSL | 96.67º | 0.61% | 0.17% | - |
| HSV(B) | 96.67º | 0.76% | 0.28% | - |
| XYZ | 3.15 | 4.96 | 1.32 | - |
| YUV | 54.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 17 | 0.46 | 0 | 0.76 | 0.72 | 96.67 | 0.61 | 0.17 |
| Hex | 26 | 47 | 11 | 2E | 0 | 4C | 48 | 61 | 3D | 11 |
| Octal | 46 | 107 | 21 | 56 | 0 | 114 | 110 | 141 | 75 | 21 |
| Binary | 100110 | 1000111 | 10001 | 101110 | 0 | 1001100 | 1001000 | 1100001 | 111101 | 10001 |
Color Harmonies of #264711
Complementary color
Monochromatic Colors of #264711
Black with #264711
Text Example
Text Example
White with #264711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264711; }
p { color: rgb(38,71,17); }
H1.HeaderClassName
{
color: #264711;
}
.AnyTagClassName
{
color: #264711;
}
</style>
background-color css
<style>
a { background-color: #264711; }
a { background-color: rgb(38,71,17); }
div.DivClassName
{
background-color: #264711;
}
.BgClassName
{
background-color: #264711;
}
</style>
border-color css
<style>
span { border-color: #264711; }
span { border-color: rgb(38,71,17); }
td.TdClassName
{
border-color: #264711;
}
.TagClassName
{
border-color: #264711;
}
</style>