Shades of Myrtle #26471D
Tints of Myrtle #26471D
RGB
CMYK
RGB Variations
Color information
#26471D (or 0x26471D) is known color: Myrtle. HEX triplet: 26, 47 and 1D. RGB value is (38,71,29). Sum of RGB (Red+Green+Blue) = 38+71+29=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #26471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26471D is #D9B8E2. Grayscale: #383838. Windows color (decimal): -14268643 or 1918758. OLE color: 1918758.
HSL color Cylindrical-coordinate representation of color #26471D: hue angle of 107.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26471D is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 29 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.72 |
| HSL | 107.14º | 0.42% | 0.2% | - |
| HSV(B) | 107.14º | 0.59% | 0.28% | - |
| XYZ | 3.27 | 5.01 | 1.96 | - |
| YUV | 56.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 29 | 0.46 | 0 | 0.59 | 0.72 | 107.14 | 0.42 | 0.2 |
| Hex | 26 | 47 | 1D | 2E | 0 | 3B | 48 | 6B | 2A | 14 |
| Octal | 46 | 107 | 35 | 56 | 0 | 73 | 110 | 153 | 52 | 24 |
| Binary | 100110 | 1000111 | 11101 | 101110 | 0 | 111011 | 1001000 | 1101011 | 101010 | 10100 |
Color Harmonies of #26471D
Complementary color
Monochromatic Colors of #26471D
Black with #26471D
Text Example
Text Example
White with #26471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26471D; }
p { color: rgb(38,71,29); }
H1.HeaderClassName
{
color: #26471D;
}
.AnyTagClassName
{
color: #26471D;
}
</style>
background-color css
<style>
a { background-color: #26471D; }
a { background-color: rgb(38,71,29); }
div.DivClassName
{
background-color: #26471D;
}
.BgClassName
{
background-color: #26471D;
}
</style>
border-color css
<style>
span { border-color: #26471D; }
span { border-color: rgb(38,71,29); }
td.TdClassName
{
border-color: #26471D;
}
.TagClassName
{
border-color: #26471D;
}
</style>