Shades of Myrtle #26491C
Tints of Myrtle #26491C
RGB
CMYK
RGB Variations
Color information
#26491C (or 0x26491C) is known color: Myrtle. HEX triplet: 26, 49 and 1C. RGB value is (38,73,28). Sum of RGB (Red+Green+Blue) = 38+73+28=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #26491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26491C is #D9B6E3. Grayscale: #393939. Windows color (decimal): -14268132 or 1853734. OLE color: 1853734.
HSL color Cylindrical-coordinate representation of color #26491C: hue angle of 106.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #26491C is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 28 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.71 |
| HSL | 106.67º | 0.45% | 0.2% | - |
| HSV(B) | 106.67º | 0.62% | 0.29% | - |
| XYZ | 3.39 | 5.26 | 1.94 | - |
| YUV | 57.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 28 | 0.48 | 0 | 0.62 | 0.71 | 106.67 | 0.45 | 0.2 |
| Hex | 26 | 49 | 1C | 30 | 0 | 3E | 47 | 6B | 2D | 14 |
| Octal | 46 | 111 | 34 | 60 | 0 | 76 | 107 | 153 | 55 | 24 |
| Binary | 100110 | 1001001 | 11100 | 110000 | 0 | 111110 | 1000111 | 1101011 | 101101 | 10100 |
Color Harmonies of #26491C
Complementary color
Monochromatic Colors of #26491C
Black with #26491C
Text Example
Text Example
White with #26491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26491C; }
p { color: rgb(38,73,28); }
H1.HeaderClassName
{
color: #26491C;
}
.AnyTagClassName
{
color: #26491C;
}
</style>
background-color css
<style>
a { background-color: #26491C; }
a { background-color: rgb(38,73,28); }
div.DivClassName
{
background-color: #26491C;
}
.BgClassName
{
background-color: #26491C;
}
</style>
border-color css
<style>
span { border-color: #26491C; }
span { border-color: rgb(38,73,28); }
td.TdClassName
{
border-color: #26491C;
}
.TagClassName
{
border-color: #26491C;
}
</style>