Shades of Myrtle #264D14
Tints of Myrtle #264D14
RGB
CMYK
RGB Variations
Color information
#264D14 (or 0x264D14) is known color: Myrtle. HEX triplet: 26, 4D and 14. RGB value is (38,77,20). Sum of RGB (Red+Green+Blue) = 38+77+20=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #264D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #264D14 is #D9B2EB. Grayscale: #3B3B3B. Windows color (decimal): -14267116 or 1330470. OLE color: 1330470.
HSL color Cylindrical-coordinate representation of color #264D14: hue angle of 101.05º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264D14 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 20 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.70 |
| HSL | 101.05º | 0.59% | 0.19% | - |
| HSV(B) | 101.05º | 0.74% | 0.3% | - |
| XYZ | 3.58 | 5.77 | 1.59 | - |
| YUV | 58.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 20 | 0.51 | 0 | 0.74 | 0.70 | 101.05 | 0.59 | 0.19 |
| Hex | 26 | 4D | 14 | 33 | 0 | 4A | 46 | 65 | 3B | 13 |
| Octal | 46 | 115 | 24 | 63 | 0 | 112 | 106 | 145 | 73 | 23 |
| Binary | 100110 | 1001101 | 10100 | 110011 | 0 | 1001010 | 1000110 | 1100101 | 111011 | 10011 |
Color Harmonies of #264D14
Complementary color
Monochromatic Colors of #264D14
Black with #264D14
Text Example
Text Example
White with #264D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D14; }
p { color: rgb(38,77,20); }
H1.HeaderClassName
{
color: #264D14;
}
.AnyTagClassName
{
color: #264D14;
}
</style>
background-color css
<style>
a { background-color: #264D14; }
a { background-color: rgb(38,77,20); }
div.DivClassName
{
background-color: #264D14;
}
.BgClassName
{
background-color: #264D14;
}
</style>
border-color css
<style>
span { border-color: #264D14; }
span { border-color: rgb(38,77,20); }
td.TdClassName
{
border-color: #264D14;
}
.TagClassName
{
border-color: #264D14;
}
</style>