Shades of Myrtle #265520
Tints of Myrtle #265520
RGB
CMYK
RGB Variations
Color information
#265520 (or 0x265520) is known color: Myrtle. HEX triplet: 26, 55 and 20. RGB value is (38,85,32). Sum of RGB (Red+Green+Blue) = 38+85+32=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #265520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265520 is #D9AADF. Grayscale: #414141. Windows color (decimal): -14265056 or 2118950. OLE color: 2118950.
HSL color Cylindrical-coordinate representation of color #265520: hue angle of 113.21º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265520 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 85 | 32 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.67 |
| HSL | 113.21º | 0.45% | 0.23% | - |
| HSV(B) | 113.21º | 0.62% | 0.33% | - |
| XYZ | 4.31 | 7.01 | 2.49 | - |
| YUV | 64.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 32 | 0.55 | 0 | 0.62 | 0.67 | 113.21 | 0.45 | 0.23 |
| Hex | 26 | 55 | 20 | 37 | 0 | 3E | 43 | 71 | 2D | 17 |
| Octal | 46 | 125 | 40 | 67 | 0 | 76 | 103 | 161 | 55 | 27 |
| Binary | 100110 | 1010101 | 100000 | 110111 | 0 | 111110 | 1000011 | 1110001 | 101101 | 10111 |
Color Harmonies of #265520
Complementary color
Monochromatic Colors of #265520
Black with #265520
Text Example
Text Example
White with #265520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265520; }
p { color: rgb(38,85,32); }
H1.HeaderClassName
{
color: #265520;
}
.AnyTagClassName
{
color: #265520;
}
</style>
background-color css
<style>
a { background-color: #265520; }
a { background-color: rgb(38,85,32); }
div.DivClassName
{
background-color: #265520;
}
.BgClassName
{
background-color: #265520;
}
</style>
border-color css
<style>
span { border-color: #265520; }
span { border-color: rgb(38,85,32); }
td.TdClassName
{
border-color: #265520;
}
.TagClassName
{
border-color: #265520;
}
</style>