Shades of Myrtle #26421E
Tints of Myrtle #26421E
RGB
CMYK
RGB Variations
Color information
#26421E (or 0x26421E) is known color: Myrtle. HEX triplet: 26, 42 and 1E. RGB value is (38,66,30). Sum of RGB (Red+Green+Blue) = 38+66+30=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #26421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26421E is #D9BDE1. Grayscale: #353535. Windows color (decimal): -14269922 or 1983014. OLE color: 1983014.
HSL color Cylindrical-coordinate representation of color #26421E: hue angle of 106.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #26421E is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 66 | 30 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.74 |
| HSL | 106.67º | 0.38% | 0.19% | - |
| HSV(B) | 106.67º | 0.55% | 0.26% | - |
| XYZ | 2.98 | 4.4 | 1.92 | - |
| YUV | 53.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 30 | 0.42 | 0 | 0.55 | 0.74 | 106.67 | 0.38 | 0.19 |
| Hex | 26 | 42 | 1E | 2A | 0 | 37 | 4A | 6B | 26 | 13 |
| Octal | 46 | 102 | 36 | 52 | 0 | 67 | 112 | 153 | 46 | 23 |
| Binary | 100110 | 1000010 | 11110 | 101010 | 0 | 110111 | 1001010 | 1101011 | 100110 | 10011 |
Color Harmonies of #26421E
Complementary color
Monochromatic Colors of #26421E
Black with #26421E
Text Example
Text Example
White with #26421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26421E; }
p { color: rgb(38,66,30); }
H1.HeaderClassName
{
color: #26421E;
}
.AnyTagClassName
{
color: #26421E;
}
</style>
background-color css
<style>
a { background-color: #26421E; }
a { background-color: rgb(38,66,30); }
div.DivClassName
{
background-color: #26421E;
}
.BgClassName
{
background-color: #26421E;
}
</style>
border-color css
<style>
span { border-color: #26421E; }
span { border-color: rgb(38,66,30); }
td.TdClassName
{
border-color: #26421E;
}
.TagClassName
{
border-color: #26421E;
}
</style>