Shades of Myrtle #26490B
Tints of Myrtle #26490B
RGB
CMYK
RGB Variations
Color information
#26490B (or 0x26490B) is known color: Myrtle. HEX triplet: 26, 49 and 0B. RGB value is (38,73,11). Sum of RGB (Red+Green+Blue) = 38+73+11=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #26490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26490B is #D9B6F4. Grayscale: #373737. Windows color (decimal): -14268149 or 739622. OLE color: 739622.
HSL color Cylindrical-coordinate representation of color #26490B: hue angle of 93.87º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26490B is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 73 | 11 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.71 |
| HSL | 93.87º | 0.74% | 0.16% | - |
| HSV(B) | 93.87º | 0.85% | 0.29% | - |
| XYZ | 3.24 | 5.2 | 1.15 | - |
| YUV | 55.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 11 | 0.48 | 0 | 0.85 | 0.71 | 93.87 | 0.74 | 0.16 |
| Hex | 26 | 49 | B | 30 | 0 | 55 | 47 | 5E | 4A | 10 |
| Octal | 46 | 111 | 13 | 60 | 0 | 125 | 107 | 136 | 112 | 20 |
| Binary | 100110 | 1001001 | 1011 | 110000 | 0 | 1010101 | 1000111 | 1011110 | 1001010 | 10000 |
Color Harmonies of #26490B
Complementary color
Monochromatic Colors of #26490B
Black with #26490B
Text Example
Text Example
White with #26490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26490B; }
p { color: rgb(38,73,11); }
H1.HeaderClassName
{
color: #26490B;
}
.AnyTagClassName
{
color: #26490B;
}
</style>
background-color css
<style>
a { background-color: #26490B; }
a { background-color: rgb(38,73,11); }
div.DivClassName
{
background-color: #26490B;
}
.BgClassName
{
background-color: #26490B;
}
</style>
border-color css
<style>
span { border-color: #26490B; }
span { border-color: rgb(38,73,11); }
td.TdClassName
{
border-color: #26490B;
}
.TagClassName
{
border-color: #26490B;
}
</style>