Shades of Myrtle #265B15
Tints of Myrtle #265B15
RGB
CMYK
RGB Variations
Color information
#265B15 (or 0x265B15) is known color: Myrtle. HEX triplet: 26, 5B and 15. RGB value is (38,91,21). Sum of RGB (Red+Green+Blue) = 38+91+21=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #265B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265B15 is #D9A4EA. Grayscale: #434343. Windows color (decimal): -14263531 or 1399590. OLE color: 1399590.
HSL color Cylindrical-coordinate representation of color #265B15: hue angle of 105.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #265B15 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 21 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.64 |
| HSL | 105.43º | 0.63% | 0.22% | - |
| HSV(B) | 105.43º | 0.77% | 0.36% | - |
| XYZ | 4.68 | 7.95 | 2 | - |
| YUV | 67.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 21 | 0.58 | 0 | 0.77 | 0.64 | 105.43 | 0.63 | 0.22 |
| Hex | 26 | 5B | 15 | 3A | 0 | 4D | 40 | 69 | 3E | 16 |
| Octal | 46 | 133 | 25 | 72 | 0 | 115 | 100 | 151 | 76 | 26 |
| Binary | 100110 | 1011011 | 10101 | 111010 | 0 | 1001101 | 1000000 | 1101001 | 111110 | 10110 |
Color Harmonies of #265B15
Complementary color
Monochromatic Colors of #265B15
Black with #265B15
Text Example
Text Example
White with #265B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B15; }
p { color: rgb(38,91,21); }
H1.HeaderClassName
{
color: #265B15;
}
.AnyTagClassName
{
color: #265B15;
}
</style>
background-color css
<style>
a { background-color: #265B15; }
a { background-color: rgb(38,91,21); }
div.DivClassName
{
background-color: #265B15;
}
.BgClassName
{
background-color: #265B15;
}
</style>
border-color css
<style>
span { border-color: #265B15; }
span { border-color: rgb(38,91,21); }
td.TdClassName
{
border-color: #265B15;
}
.TagClassName
{
border-color: #265B15;
}
</style>