Shades of Myrtle #265215
Tints of Myrtle #265215
RGB
CMYK
RGB Variations
Color information
#265215 (or 0x265215) is known color: Myrtle. HEX triplet: 26, 52 and 15. RGB value is (38,82,21). Sum of RGB (Red+Green+Blue) = 38+82+21=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #265215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265215 is #D9ADEA. Grayscale: #3E3E3E. Windows color (decimal): -14265835 or 1397286. OLE color: 1397286.
HSL color Cylindrical-coordinate representation of color #265215: hue angle of 103.28º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265215 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 82 | 21 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.68 |
| HSL | 103.28º | 0.59% | 0.2% | - |
| HSV(B) | 103.28º | 0.74% | 0.32% | - |
| XYZ | 3.95 | 6.5 | 1.76 | - |
| YUV | 61.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 21 | 0.54 | 0 | 0.74 | 0.68 | 103.28 | 0.59 | 0.2 |
| Hex | 26 | 52 | 15 | 36 | 0 | 4A | 44 | 67 | 3B | 14 |
| Octal | 46 | 122 | 25 | 66 | 0 | 112 | 104 | 147 | 73 | 24 |
| Binary | 100110 | 1010010 | 10101 | 110110 | 0 | 1001010 | 1000100 | 1100111 | 111011 | 10100 |
Color Harmonies of #265215
Complementary color
Monochromatic Colors of #265215
Black with #265215
Text Example
Text Example
White with #265215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265215; }
p { color: rgb(38,82,21); }
H1.HeaderClassName
{
color: #265215;
}
.AnyTagClassName
{
color: #265215;
}
</style>
background-color css
<style>
a { background-color: #265215; }
a { background-color: rgb(38,82,21); }
div.DivClassName
{
background-color: #265215;
}
.BgClassName
{
background-color: #265215;
}
</style>
border-color css
<style>
span { border-color: #265215; }
span { border-color: rgb(38,82,21); }
td.TdClassName
{
border-color: #265215;
}
.TagClassName
{
border-color: #265215;
}
</style>