Shades of Myrtle #264928
Tints of Myrtle #264928
RGB
CMYK
RGB Variations
Color information
#264928 (or 0x264928) is known color: Myrtle. HEX triplet: 26, 49 and 28. RGB value is (38,73,40). Sum of RGB (Red+Green+Blue) = 38+73+40=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #264928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264928 is #D9B6D7. Grayscale: #3A3A3A. Windows color (decimal): -14268120 or 2640166. OLE color: 2640166.
HSL color Cylindrical-coordinate representation of color #264928: hue angle of 123.43º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264928 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 40 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.71 |
| HSL | 123.43º | 0.32% | 0.22% | - |
| HSV(B) | 123.43º | 0.48% | 0.29% | - |
| XYZ | 3.56 | 5.33 | 2.85 | - |
| YUV | 58.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 40 | 0.48 | 0 | 0.45 | 0.71 | 123.43 | 0.32 | 0.22 |
| Hex | 26 | 49 | 28 | 30 | 0 | 2D | 47 | 7B | 20 | 16 |
| Octal | 46 | 111 | 50 | 60 | 0 | 55 | 107 | 173 | 40 | 26 |
| Binary | 100110 | 1001001 | 101000 | 110000 | 0 | 101101 | 1000111 | 1111011 | 100000 | 10110 |
Color Harmonies of #264928
Complementary color
Monochromatic Colors of #264928
Black with #264928
Text Example
Text Example
White with #264928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264928; }
p { color: rgb(38,73,40); }
H1.HeaderClassName
{
color: #264928;
}
.AnyTagClassName
{
color: #264928;
}
</style>
background-color css
<style>
a { background-color: #264928; }
a { background-color: rgb(38,73,40); }
div.DivClassName
{
background-color: #264928;
}
.BgClassName
{
background-color: #264928;
}
</style>
border-color css
<style>
span { border-color: #264928; }
span { border-color: rgb(38,73,40); }
td.TdClassName
{
border-color: #264928;
}
.TagClassName
{
border-color: #264928;
}
</style>