Shades of Myrtle #264520
Tints of Myrtle #264520
RGB
CMYK
RGB Variations
Color information
#264520 (or 0x264520) is known color: Myrtle. HEX triplet: 26, 45 and 20. RGB value is (38,69,32). Sum of RGB (Red+Green+Blue) = 38+69+32=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #264520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264520 is #D9BADF. Grayscale: #373737. Windows color (decimal): -14269152 or 2114854. OLE color: 2114854.
HSL color Cylindrical-coordinate representation of color #264520: hue angle of 110.27º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #264520 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 69 | 32 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.73 |
| HSL | 110.27º | 0.37% | 0.2% | - |
| HSV(B) | 110.27º | 0.54% | 0.27% | - |
| XYZ | 3.19 | 4.77 | 2.12 | - |
| YUV | 55.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 32 | 0.45 | 0 | 0.54 | 0.73 | 110.27 | 0.37 | 0.2 |
| Hex | 26 | 45 | 20 | 2D | 0 | 36 | 49 | 6E | 25 | 14 |
| Octal | 46 | 105 | 40 | 55 | 0 | 66 | 111 | 156 | 45 | 24 |
| Binary | 100110 | 1000101 | 100000 | 101101 | 0 | 110110 | 1001001 | 1101110 | 100101 | 10100 |
Color Harmonies of #264520
Complementary color
Monochromatic Colors of #264520
Black with #264520
Text Example
Text Example
White with #264520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264520; }
p { color: rgb(38,69,32); }
H1.HeaderClassName
{
color: #264520;
}
.AnyTagClassName
{
color: #264520;
}
</style>
background-color css
<style>
a { background-color: #264520; }
a { background-color: rgb(38,69,32); }
div.DivClassName
{
background-color: #264520;
}
.BgClassName
{
background-color: #264520;
}
</style>
border-color css
<style>
span { border-color: #264520; }
span { border-color: rgb(38,69,32); }
td.TdClassName
{
border-color: #264520;
}
.TagClassName
{
border-color: #264520;
}
</style>