Shades of Myrtle #26531D
Tints of Myrtle #26531D
RGB
CMYK
RGB Variations
Color information
#26531D (or 0x26531D) is known color: Myrtle. HEX triplet: 26, 53 and 1D. RGB value is (38,83,29). Sum of RGB (Red+Green+Blue) = 38+83+29=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #26531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26531D is #D9ACE2. Grayscale: #3F3F3F. Windows color (decimal): -14265571 or 1921830. OLE color: 1921830.
HSL color Cylindrical-coordinate representation of color #26531D: hue angle of 110º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26531D is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 83 | 29 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.67 |
| HSL | 110º | 0.48% | 0.22% | - |
| HSV(B) | 110º | 0.65% | 0.33% | - |
| XYZ | 4.11 | 6.69 | 2.24 | - |
| YUV | 63.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 29 | 0.54 | 0 | 0.65 | 0.67 | 110 | 0.48 | 0.22 |
| Hex | 26 | 53 | 1D | 36 | 0 | 41 | 43 | 6E | 30 | 16 |
| Octal | 46 | 123 | 35 | 66 | 0 | 101 | 103 | 156 | 60 | 26 |
| Binary | 100110 | 1010011 | 11101 | 110110 | 0 | 1000001 | 1000011 | 1101110 | 110000 | 10110 |
Color Harmonies of #26531D
Complementary color
Monochromatic Colors of #26531D
Black with #26531D
Text Example
Text Example
White with #26531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26531D; }
p { color: rgb(38,83,29); }
H1.HeaderClassName
{
color: #26531D;
}
.AnyTagClassName
{
color: #26531D;
}
</style>
background-color css
<style>
a { background-color: #26531D; }
a { background-color: rgb(38,83,29); }
div.DivClassName
{
background-color: #26531D;
}
.BgClassName
{
background-color: #26531D;
}
</style>
border-color css
<style>
span { border-color: #26531D; }
span { border-color: rgb(38,83,29); }
td.TdClassName
{
border-color: #26531D;
}
.TagClassName
{
border-color: #26531D;
}
</style>