Shades of Myrtle #264120
Tints of Myrtle #264120
RGB
CMYK
RGB Variations
Color information
#264120 (or 0x264120) is known color: Myrtle. HEX triplet: 26, 41 and 20. RGB value is (38,65,32). Sum of RGB (Red+Green+Blue) = 38+65+32=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #264120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264120 is #D9BEDF. Grayscale: #353535. Windows color (decimal): -14270176 or 2113830. OLE color: 2113830.
HSL color Cylindrical-coordinate representation of color #264120: hue angle of 109.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264120 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 32 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.75 |
| HSL | 109.09º | 0.34% | 0.19% | - |
| HSV(B) | 109.09º | 0.51% | 0.25% | - |
| XYZ | 2.95 | 4.3 | 2.04 | - |
| YUV | 53.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 32 | 0.42 | 0 | 0.51 | 0.75 | 109.09 | 0.34 | 0.19 |
| Hex | 26 | 41 | 20 | 2A | 0 | 33 | 4B | 6D | 22 | 13 |
| Octal | 46 | 101 | 40 | 52 | 0 | 63 | 113 | 155 | 42 | 23 |
| Binary | 100110 | 1000001 | 100000 | 101010 | 0 | 110011 | 1001011 | 1101101 | 100010 | 10011 |
Color Harmonies of #264120
Complementary color
Monochromatic Colors of #264120
Black with #264120
Text Example
Text Example
White with #264120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264120; }
p { color: rgb(38,65,32); }
H1.HeaderClassName
{
color: #264120;
}
.AnyTagClassName
{
color: #264120;
}
</style>
background-color css
<style>
a { background-color: #264120; }
a { background-color: rgb(38,65,32); }
div.DivClassName
{
background-color: #264120;
}
.BgClassName
{
background-color: #264120;
}
</style>
border-color css
<style>
span { border-color: #264120; }
span { border-color: rgb(38,65,32); }
td.TdClassName
{
border-color: #264120;
}
.TagClassName
{
border-color: #264120;
}
</style>