Shades of Myrtle #265013
Tints of Myrtle #265013
RGB
CMYK
RGB Variations
Color information
#265013 (or 0x265013) is known color: Myrtle. HEX triplet: 26, 50 and 13. RGB value is (38,80,19). Sum of RGB (Red+Green+Blue) = 38+80+19=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #265013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265013 is #D9AFEC. Grayscale: #3C3C3C. Windows color (decimal): -14266349 or 1265702. OLE color: 1265702.
HSL color Cylindrical-coordinate representation of color #265013: hue angle of 101.31º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #265013 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 80 | 19 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.69 |
| HSL | 101.31º | 0.62% | 0.19% | - |
| HSV(B) | 101.31º | 0.76% | 0.31% | - |
| XYZ | 3.79 | 6.2 | 1.61 | - |
| YUV | 60.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 19 | 0.52 | 0 | 0.76 | 0.69 | 101.31 | 0.62 | 0.19 |
| Hex | 26 | 50 | 13 | 34 | 0 | 4C | 45 | 65 | 3E | 13 |
| Octal | 46 | 120 | 23 | 64 | 0 | 114 | 105 | 145 | 76 | 23 |
| Binary | 100110 | 1010000 | 10011 | 110100 | 0 | 1001100 | 1000101 | 1100101 | 111110 | 10011 |
Color Harmonies of #265013
Complementary color
Monochromatic Colors of #265013
Black with #265013
Text Example
Text Example
White with #265013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265013; }
p { color: rgb(38,80,19); }
H1.HeaderClassName
{
color: #265013;
}
.AnyTagClassName
{
color: #265013;
}
</style>
background-color css
<style>
a { background-color: #265013; }
a { background-color: rgb(38,80,19); }
div.DivClassName
{
background-color: #265013;
}
.BgClassName
{
background-color: #265013;
}
</style>
border-color css
<style>
span { border-color: #265013; }
span { border-color: rgb(38,80,19); }
td.TdClassName
{
border-color: #265013;
}
.TagClassName
{
border-color: #265013;
}
</style>