Shades of Myrtle #26461C
Tints of Myrtle #26461C
RGB
CMYK
RGB Variations
Color information
#26461C (or 0x26461C) is known color: Myrtle. HEX triplet: 26, 46 and 1C. RGB value is (38,70,28). Sum of RGB (Red+Green+Blue) = 38+70+28=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #26461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26461C is #D9B9E3. Grayscale: #373737. Windows color (decimal): -14268900 or 1852966. OLE color: 1852966.
HSL color Cylindrical-coordinate representation of color #26461C: hue angle of 105.71º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26461C is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 70 | 28 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.73 |
| HSL | 105.71º | 0.43% | 0.19% | - |
| HSV(B) | 105.71º | 0.6% | 0.27% | - |
| XYZ | 3.2 | 4.88 | 1.87 | - |
| YUV | 55.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 28 | 0.46 | 0 | 0.60 | 0.73 | 105.71 | 0.43 | 0.19 |
| Hex | 26 | 46 | 1C | 2E | 0 | 3C | 49 | 6A | 2B | 13 |
| Octal | 46 | 106 | 34 | 56 | 0 | 74 | 111 | 152 | 53 | 23 |
| Binary | 100110 | 1000110 | 11100 | 101110 | 0 | 111100 | 1001001 | 1101010 | 101011 | 10011 |
Color Harmonies of #26461C
Complementary color
Monochromatic Colors of #26461C
Black with #26461C
Text Example
Text Example
White with #26461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26461C; }
p { color: rgb(38,70,28); }
H1.HeaderClassName
{
color: #26461C;
}
.AnyTagClassName
{
color: #26461C;
}
</style>
background-color css
<style>
a { background-color: #26461C; }
a { background-color: rgb(38,70,28); }
div.DivClassName
{
background-color: #26461C;
}
.BgClassName
{
background-color: #26461C;
}
</style>
border-color css
<style>
span { border-color: #26461C; }
span { border-color: rgb(38,70,28); }
td.TdClassName
{
border-color: #26461C;
}
.TagClassName
{
border-color: #26461C;
}
</style>