Shades of Myrtle #26421D
Tints of Myrtle #26421D
RGB
CMYK
RGB Variations
Color information
#26421D (or 0x26421D) is known color: Myrtle. HEX triplet: 26, 42 and 1D. RGB value is (38,66,29). Sum of RGB (Red+Green+Blue) = 38+66+29=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #26421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26421D is #D9BDE2. Grayscale: #353535. Windows color (decimal): -14269923 or 1917478. OLE color: 1917478.
HSL color Cylindrical-coordinate representation of color #26421D: hue angle of 105.41º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #26421D is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 66 | 29 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.74 |
| HSL | 105.41º | 0.39% | 0.19% | - |
| HSV(B) | 105.41º | 0.56% | 0.26% | - |
| XYZ | 2.97 | 4.4 | 1.85 | - |
| YUV | 53.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 29 | 0.42 | 0 | 0.56 | 0.74 | 105.41 | 0.39 | 0.19 |
| Hex | 26 | 42 | 1D | 2A | 0 | 38 | 4A | 69 | 27 | 13 |
| Octal | 46 | 102 | 35 | 52 | 0 | 70 | 112 | 151 | 47 | 23 |
| Binary | 100110 | 1000010 | 11101 | 101010 | 0 | 111000 | 1001010 | 1101001 | 100111 | 10011 |
Color Harmonies of #26421D
Complementary color
Monochromatic Colors of #26421D
Black with #26421D
Text Example
Text Example
White with #26421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26421D; }
p { color: rgb(38,66,29); }
H1.HeaderClassName
{
color: #26421D;
}
.AnyTagClassName
{
color: #26421D;
}
</style>
background-color css
<style>
a { background-color: #26421D; }
a { background-color: rgb(38,66,29); }
div.DivClassName
{
background-color: #26421D;
}
.BgClassName
{
background-color: #26421D;
}
</style>
border-color css
<style>
span { border-color: #26421D; }
span { border-color: rgb(38,66,29); }
td.TdClassName
{
border-color: #26421D;
}
.TagClassName
{
border-color: #26421D;
}
</style>