Shades of Myrtle #265315
Tints of Myrtle #265315
RGB
CMYK
RGB Variations
Color information
#265315 (or 0x265315) is known color: Myrtle. HEX triplet: 26, 53 and 15. RGB value is (38,83,21). Sum of RGB (Red+Green+Blue) = 38+83+21=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #265315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265315 is #D9ACEA. Grayscale: #3E3E3E. Windows color (decimal): -14265579 or 1397542. OLE color: 1397542.
HSL color Cylindrical-coordinate representation of color #265315: hue angle of 103.55º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265315 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 21 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.67 |
| HSL | 103.55º | 0.6% | 0.2% | - |
| HSV(B) | 103.55º | 0.75% | 0.33% | - |
| XYZ | 4.03 | 6.65 | 1.78 | - |
| YUV | 62.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 21 | 0.54 | 0 | 0.75 | 0.67 | 103.55 | 0.6 | 0.2 |
| Hex | 26 | 53 | 15 | 36 | 0 | 4B | 43 | 68 | 3C | 14 |
| Octal | 46 | 123 | 25 | 66 | 0 | 113 | 103 | 150 | 74 | 24 |
| Binary | 100110 | 1010011 | 10101 | 110110 | 0 | 1001011 | 1000011 | 1101000 | 111100 | 10100 |
Color Harmonies of #265315
Complementary color
Monochromatic Colors of #265315
Black with #265315
Text Example
Text Example
White with #265315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265315; }
p { color: rgb(38,83,21); }
H1.HeaderClassName
{
color: #265315;
}
.AnyTagClassName
{
color: #265315;
}
</style>
background-color css
<style>
a { background-color: #265315; }
a { background-color: rgb(38,83,21); }
div.DivClassName
{
background-color: #265315;
}
.BgClassName
{
background-color: #265315;
}
</style>
border-color css
<style>
span { border-color: #265315; }
span { border-color: rgb(38,83,21); }
td.TdClassName
{
border-color: #265315;
}
.TagClassName
{
border-color: #265315;
}
</style>