Shades of Myrtle #264918
Tints of Myrtle #264918
RGB
CMYK
RGB Variations
Color information
#264918 (or 0x264918) is known color: Myrtle. HEX triplet: 26, 49 and 18. RGB value is (38,73,24). Sum of RGB (Red+Green+Blue) = 38+73+24=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #264918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264918 is #D9B6E7. Grayscale: #393939. Windows color (decimal): -14268136 or 1591590. OLE color: 1591590.
HSL color Cylindrical-coordinate representation of color #264918: hue angle of 102.86º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264918 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 24 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.71 |
| HSL | 102.86º | 0.51% | 0.19% | - |
| HSV(B) | 102.86º | 0.67% | 0.29% | - |
| XYZ | 3.35 | 5.24 | 1.7 | - |
| YUV | 56.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 24 | 0.48 | 0 | 0.67 | 0.71 | 102.86 | 0.51 | 0.19 |
| Hex | 26 | 49 | 18 | 30 | 0 | 43 | 47 | 67 | 33 | 13 |
| Octal | 46 | 111 | 30 | 60 | 0 | 103 | 107 | 147 | 63 | 23 |
| Binary | 100110 | 1001001 | 11000 | 110000 | 0 | 1000011 | 1000111 | 1100111 | 110011 | 10011 |
Color Harmonies of #264918
Complementary color
Monochromatic Colors of #264918
Black with #264918
Text Example
Text Example
White with #264918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264918; }
p { color: rgb(38,73,24); }
H1.HeaderClassName
{
color: #264918;
}
.AnyTagClassName
{
color: #264918;
}
</style>
background-color css
<style>
a { background-color: #264918; }
a { background-color: rgb(38,73,24); }
div.DivClassName
{
background-color: #264918;
}
.BgClassName
{
background-color: #264918;
}
</style>
border-color css
<style>
span { border-color: #264918; }
span { border-color: rgb(38,73,24); }
td.TdClassName
{
border-color: #264918;
}
.TagClassName
{
border-color: #264918;
}
</style>