Shades of Myrtle #264426
Tints of Myrtle #264426
RGB
CMYK
RGB Variations
Color information
#264426 (or 0x264426) is known color: Myrtle. HEX triplet: 26, 44 and 26. RGB value is (38,68,38). Sum of RGB (Red+Green+Blue) = 38+68+38=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #264426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264426 is #D9BBD9. Grayscale: #373737. Windows color (decimal): -14269402 or 2507814. OLE color: 2507814.
HSL color Cylindrical-coordinate representation of color #264426: hue angle of 120º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #264426 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 68 | 38 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.73 |
| HSL | 120º | 0.28% | 0.21% | - |
| HSV(B) | 120º | 0.44% | 0.27% | - |
| XYZ | 3.22 | 4.69 | 2.57 | - |
| YUV | 55.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 38 | 0.44 | 0 | 0.44 | 0.73 | 120 | 0.28 | 0.21 |
| Hex | 26 | 44 | 26 | 2C | 0 | 2C | 49 | 78 | 1C | 15 |
| Octal | 46 | 104 | 46 | 54 | 0 | 54 | 111 | 170 | 34 | 25 |
| Binary | 100110 | 1000100 | 100110 | 101100 | 0 | 101100 | 1001001 | 1111000 | 11100 | 10101 |
Color Harmonies of #264426
Complementary color
Monochromatic Colors of #264426
Black with #264426
Text Example
Text Example
White with #264426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264426; }
p { color: rgb(38,68,38); }
H1.HeaderClassName
{
color: #264426;
}
.AnyTagClassName
{
color: #264426;
}
</style>
background-color css
<style>
a { background-color: #264426; }
a { background-color: rgb(38,68,38); }
div.DivClassName
{
background-color: #264426;
}
.BgClassName
{
background-color: #264426;
}
</style>
border-color css
<style>
span { border-color: #264426; }
span { border-color: rgb(38,68,38); }
td.TdClassName
{
border-color: #264426;
}
.TagClassName
{
border-color: #264426;
}
</style>