Shades of Myrtle #264929
Tints of Myrtle #264929
RGB
CMYK
RGB Variations
Color information
#264929 (or 0x264929) is known color: Myrtle. HEX triplet: 26, 49 and 29. RGB value is (38,73,41). Sum of RGB (Red+Green+Blue) = 38+73+41=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #264929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264929 is #D9B6D6. Grayscale: #3A3A3A. Windows color (decimal): -14268119 or 2705702. OLE color: 2705702.
HSL color Cylindrical-coordinate representation of color #264929: hue angle of 125.14º 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 #264929 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 41 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.71 |
| HSL | 125.14º | 0.32% | 0.22% | - |
| HSV(B) | 125.14º | 0.48% | 0.29% | - |
| XYZ | 3.58 | 5.34 | 2.94 | - |
| YUV | 58.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 41 | 0.48 | 0 | 0.44 | 0.71 | 125.14 | 0.32 | 0.22 |
| Hex | 26 | 49 | 29 | 30 | 0 | 2C | 47 | 7D | 20 | 16 |
| Octal | 46 | 111 | 51 | 60 | 0 | 54 | 107 | 175 | 40 | 26 |
| Binary | 100110 | 1001001 | 101001 | 110000 | 0 | 101100 | 1000111 | 1111101 | 100000 | 10110 |
Color Harmonies of #264929
Complementary color
Monochromatic Colors of #264929
Black with #264929
Text Example
Text Example
White with #264929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264929; }
p { color: rgb(38,73,41); }
H1.HeaderClassName
{
color: #264929;
}
.AnyTagClassName
{
color: #264929;
}
</style>
background-color css
<style>
a { background-color: #264929; }
a { background-color: rgb(38,73,41); }
div.DivClassName
{
background-color: #264929;
}
.BgClassName
{
background-color: #264929;
}
</style>
border-color css
<style>
span { border-color: #264929; }
span { border-color: rgb(38,73,41); }
td.TdClassName
{
border-color: #264929;
}
.TagClassName
{
border-color: #264929;
}
</style>