Shades of Myrtle #26580D
Tints of Myrtle #26580D
RGB
CMYK
RGB Variations
Color information
#26580D (or 0x26580D) is known color: Myrtle. HEX triplet: 26, 58 and 0D. RGB value is (38,88,13). Sum of RGB (Red+Green+Blue) = 38+88+13=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #26580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26580D is #D9A7F2. Grayscale: #404040. Windows color (decimal): -14264307 or 874534. OLE color: 874534.
HSL color Cylindrical-coordinate representation of color #26580D: hue angle of 100º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26580D is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 88 | 13 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.65 |
| HSL | 100º | 0.74% | 0.2% | - |
| HSV(B) | 100º | 0.85% | 0.35% | - |
| XYZ | 4.36 | 7.42 | 1.58 | - |
| YUV | 64.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 13 | 0.57 | 0 | 0.85 | 0.65 | 100 | 0.74 | 0.2 |
| Hex | 26 | 58 | D | 39 | 0 | 55 | 41 | 64 | 4A | 14 |
| Octal | 46 | 130 | 15 | 71 | 0 | 125 | 101 | 144 | 112 | 24 |
| Binary | 100110 | 1011000 | 1101 | 111001 | 0 | 1010101 | 1000001 | 1100100 | 1001010 | 10100 |
Color Harmonies of #26580D
Complementary color
Monochromatic Colors of #26580D
Black with #26580D
Text Example
Text Example
White with #26580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26580D; }
p { color: rgb(38,88,13); }
H1.HeaderClassName
{
color: #26580D;
}
.AnyTagClassName
{
color: #26580D;
}
</style>
background-color css
<style>
a { background-color: #26580D; }
a { background-color: rgb(38,88,13); }
div.DivClassName
{
background-color: #26580D;
}
.BgClassName
{
background-color: #26580D;
}
</style>
border-color css
<style>
span { border-color: #26580D; }
span { border-color: rgb(38,88,13); }
td.TdClassName
{
border-color: #26580D;
}
.TagClassName
{
border-color: #26580D;
}
</style>