Shades of Myrtle #265D13
Tints of Myrtle #265D13
RGB
CMYK
RGB Variations
Color information
#265D13 (or 0x265D13) is known color: Myrtle. HEX triplet: 26, 5D and 13. RGB value is (38,93,19). Sum of RGB (Red+Green+Blue) = 38+93+19=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #265D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265D13 is #D9A2EC. Grayscale: #444444. Windows color (decimal): -14263021 or 1269030. OLE color: 1269030.
HSL color Cylindrical-coordinate representation of color #265D13: hue angle of 104.59º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265D13 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 19 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.64 |
| HSL | 104.59º | 0.66% | 0.22% | - |
| HSV(B) | 104.59º | 0.8% | 0.36% | - |
| XYZ | 4.83 | 8.29 | 1.96 | - |
| YUV | 68.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 19 | 0.59 | 0 | 0.80 | 0.64 | 104.59 | 0.66 | 0.22 |
| Hex | 26 | 5D | 13 | 3B | 0 | 50 | 40 | 69 | 42 | 16 |
| Octal | 46 | 135 | 23 | 73 | 0 | 120 | 100 | 151 | 102 | 26 |
| Binary | 100110 | 1011101 | 10011 | 111011 | 0 | 1010000 | 1000000 | 1101001 | 1000010 | 10110 |
Color Harmonies of #265D13
Complementary color
Monochromatic Colors of #265D13
Black with #265D13
Text Example
Text Example
White with #265D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D13; }
p { color: rgb(38,93,19); }
H1.HeaderClassName
{
color: #265D13;
}
.AnyTagClassName
{
color: #265D13;
}
</style>
background-color css
<style>
a { background-color: #265D13; }
a { background-color: rgb(38,93,19); }
div.DivClassName
{
background-color: #265D13;
}
.BgClassName
{
background-color: #265D13;
}
</style>
border-color css
<style>
span { border-color: #265D13; }
span { border-color: rgb(38,93,19); }
td.TdClassName
{
border-color: #265D13;
}
.TagClassName
{
border-color: #265D13;
}
</style>