Shades of Myrtle #265221
Tints of Myrtle #265221
RGB
CMYK
RGB Variations
Color information
#265221 (or 0x265221) is known color: Myrtle. HEX triplet: 26, 52 and 21. RGB value is (38,82,33). Sum of RGB (Red+Green+Blue) = 38+82+33=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #265221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265221 is #D9ADDE. Grayscale: #3F3F3F. Windows color (decimal): -14265823 or 2183718. OLE color: 2183718.
HSL color Cylindrical-coordinate representation of color #265221: hue angle of 113.88º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265221 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 82 | 33 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.68 |
| HSL | 113.88º | 0.43% | 0.23% | - |
| HSV(B) | 113.88º | 0.6% | 0.32% | - |
| XYZ | 4.09 | 6.56 | 2.49 | - |
| YUV | 63.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 33 | 0.54 | 0 | 0.60 | 0.68 | 113.88 | 0.43 | 0.23 |
| Hex | 26 | 52 | 21 | 36 | 0 | 3C | 44 | 72 | 2B | 17 |
| Octal | 46 | 122 | 41 | 66 | 0 | 74 | 104 | 162 | 53 | 27 |
| Binary | 100110 | 1010010 | 100001 | 110110 | 0 | 111100 | 1000100 | 1110010 | 101011 | 10111 |
Color Harmonies of #265221
Complementary color
Monochromatic Colors of #265221
Black with #265221
Text Example
Text Example
White with #265221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265221; }
p { color: rgb(38,82,33); }
H1.HeaderClassName
{
color: #265221;
}
.AnyTagClassName
{
color: #265221;
}
</style>
background-color css
<style>
a { background-color: #265221; }
a { background-color: rgb(38,82,33); }
div.DivClassName
{
background-color: #265221;
}
.BgClassName
{
background-color: #265221;
}
</style>
border-color css
<style>
span { border-color: #265221; }
span { border-color: rgb(38,82,33); }
td.TdClassName
{
border-color: #265221;
}
.TagClassName
{
border-color: #265221;
}
</style>