Shades of Myrtle #26530D
Tints of Myrtle #26530D
RGB
CMYK
RGB Variations
Color information
#26530D (or 0x26530D) is known color: Myrtle. HEX triplet: 26, 53 and 0D. RGB value is (38,83,13). Sum of RGB (Red+Green+Blue) = 38+83+13=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #26530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26530D is #D9ACF2. Grayscale: #3D3D3D. Windows color (decimal): -14265587 or 873254. OLE color: 873254.
HSL color Cylindrical-coordinate representation of color #26530D: hue angle of 98.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26530D is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 13 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.67 |
| HSL | 98.57º | 0.73% | 0.19% | - |
| HSV(B) | 98.57º | 0.84% | 0.33% | - |
| XYZ | 3.97 | 6.63 | 1.45 | - |
| YUV | 61.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 13 | 0.54 | 0 | 0.84 | 0.67 | 98.57 | 0.73 | 0.19 |
| Hex | 26 | 53 | D | 36 | 0 | 54 | 43 | 63 | 49 | 13 |
| Octal | 46 | 123 | 15 | 66 | 0 | 124 | 103 | 143 | 111 | 23 |
| Binary | 100110 | 1010011 | 1101 | 110110 | 0 | 1010100 | 1000011 | 1100011 | 1001001 | 10011 |
Color Harmonies of #26530D
Complementary color
Monochromatic Colors of #26530D
Black with #26530D
Text Example
Text Example
White with #26530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26530D; }
p { color: rgb(38,83,13); }
H1.HeaderClassName
{
color: #26530D;
}
.AnyTagClassName
{
color: #26530D;
}
</style>
background-color css
<style>
a { background-color: #26530D; }
a { background-color: rgb(38,83,13); }
div.DivClassName
{
background-color: #26530D;
}
.BgClassName
{
background-color: #26530D;
}
</style>
border-color css
<style>
span { border-color: #26530D; }
span { border-color: rgb(38,83,13); }
td.TdClassName
{
border-color: #26530D;
}
.TagClassName
{
border-color: #26530D;
}
</style>