Shades of Myrtle #26481D
Tints of Myrtle #26481D
RGB
CMYK
RGB Variations
Color information
#26481D (or 0x26481D) is known color: Myrtle. HEX triplet: 26, 48 and 1D. RGB value is (38,72,29). Sum of RGB (Red+Green+Blue) = 38+72+29=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #26481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26481D is #D9B7E2. Grayscale: #393939. Windows color (decimal): -14268387 or 1919014. OLE color: 1919014.
HSL color Cylindrical-coordinate representation of color #26481D: hue angle of 107.44º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26481D is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 72 | 29 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.72 |
| HSL | 107.44º | 0.43% | 0.2% | - |
| HSV(B) | 107.44º | 0.6% | 0.28% | - |
| XYZ | 3.34 | 5.14 | 1.98 | - |
| YUV | 56.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 29 | 0.47 | 0 | 0.60 | 0.72 | 107.44 | 0.43 | 0.2 |
| Hex | 26 | 48 | 1D | 2F | 0 | 3C | 48 | 6B | 2B | 14 |
| Octal | 46 | 110 | 35 | 57 | 0 | 74 | 110 | 153 | 53 | 24 |
| Binary | 100110 | 1001000 | 11101 | 101111 | 0 | 111100 | 1001000 | 1101011 | 101011 | 10100 |
Color Harmonies of #26481D
Complementary color
Monochromatic Colors of #26481D
Black with #26481D
Text Example
Text Example
White with #26481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26481D; }
p { color: rgb(38,72,29); }
H1.HeaderClassName
{
color: #26481D;
}
.AnyTagClassName
{
color: #26481D;
}
</style>
background-color css
<style>
a { background-color: #26481D; }
a { background-color: rgb(38,72,29); }
div.DivClassName
{
background-color: #26481D;
}
.BgClassName
{
background-color: #26481D;
}
</style>
border-color css
<style>
span { border-color: #26481D; }
span { border-color: rgb(38,72,29); }
td.TdClassName
{
border-color: #26481D;
}
.TagClassName
{
border-color: #26481D;
}
</style>