Shades of Myrtle #26620D
Tints of Myrtle #26620D
RGB
CMYK
RGB Variations
Color information
#26620D (or 0x26620D) is known color: Myrtle. HEX triplet: 26, 62 and 0D. RGB value is (38,98,13). Sum of RGB (Red+Green+Blue) = 38+98+13=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #26620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26620D is #D99DF2. Grayscale: #464646. Windows color (decimal): -14261747 or 877094. OLE color: 877094.
HSL color Cylindrical-coordinate representation of color #26620D: hue angle of 102.35º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26620D is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 98 | 13 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.62 |
| HSL | 102.35º | 0.77% | 0.22% | - |
| HSV(B) | 102.35º | 0.87% | 0.38% | - |
| XYZ | 5.24 | 9.18 | 1.88 | - |
| YUV | 70.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 13 | 0.61 | 0 | 0.87 | 0.62 | 102.35 | 0.77 | 0.22 |
| Hex | 26 | 62 | D | 3D | 0 | 57 | 3E | 66 | 4D | 16 |
| Octal | 46 | 142 | 15 | 75 | 0 | 127 | 76 | 146 | 115 | 26 |
| Binary | 100110 | 1100010 | 1101 | 111101 | 0 | 1010111 | 111110 | 1100110 | 1001101 | 10110 |
Color Harmonies of #26620D
Complementary color
Monochromatic Colors of #26620D
Black with #26620D
Text Example
Text Example
White with #26620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26620D; }
p { color: rgb(38,98,13); }
H1.HeaderClassName
{
color: #26620D;
}
.AnyTagClassName
{
color: #26620D;
}
</style>
background-color css
<style>
a { background-color: #26620D; }
a { background-color: rgb(38,98,13); }
div.DivClassName
{
background-color: #26620D;
}
.BgClassName
{
background-color: #26620D;
}
</style>
border-color css
<style>
span { border-color: #26620D; }
span { border-color: rgb(38,98,13); }
td.TdClassName
{
border-color: #26620D;
}
.TagClassName
{
border-color: #26620D;
}
</style>