Shades of Myrtle #264D21
Tints of Myrtle #264D21
RGB
CMYK
RGB Variations
Color information
#264D21 (or 0x264D21) is known color: Myrtle. HEX triplet: 26, 4D and 21. RGB value is (38,77,33). Sum of RGB (Red+Green+Blue) = 38+77+33=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #264D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D21 is #D9B2DE. Grayscale: #3C3C3C. Windows color (decimal): -14267103 or 2182438. OLE color: 2182438.
HSL color Cylindrical-coordinate representation of color #264D21: hue angle of 113.18º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264D21 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 33 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.70 |
| HSL | 113.18º | 0.4% | 0.22% | - |
| HSV(B) | 113.18º | 0.57% | 0.3% | - |
| XYZ | 3.73 | 5.83 | 2.37 | - |
| YUV | 60.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 33 | 0.51 | 0 | 0.57 | 0.70 | 113.18 | 0.4 | 0.22 |
| Hex | 26 | 4D | 21 | 33 | 0 | 39 | 46 | 71 | 28 | 16 |
| Octal | 46 | 115 | 41 | 63 | 0 | 71 | 106 | 161 | 50 | 26 |
| Binary | 100110 | 1001101 | 100001 | 110011 | 0 | 111001 | 1000110 | 1110001 | 101000 | 10110 |
Color Harmonies of #264D21
Complementary color
Monochromatic Colors of #264D21
Black with #264D21
Text Example
Text Example
White with #264D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D21; }
p { color: rgb(38,77,33); }
H1.HeaderClassName
{
color: #264D21;
}
.AnyTagClassName
{
color: #264D21;
}
</style>
background-color css
<style>
a { background-color: #264D21; }
a { background-color: rgb(38,77,33); }
div.DivClassName
{
background-color: #264D21;
}
.BgClassName
{
background-color: #264D21;
}
</style>
border-color css
<style>
span { border-color: #264D21; }
span { border-color: rgb(38,77,33); }
td.TdClassName
{
border-color: #264D21;
}
.TagClassName
{
border-color: #264D21;
}
</style>