Shades of Myrtle #1A380D
Tints of Myrtle #1A380D
RGB
CMYK
RGB Variations
Color information
#1A380D (or 0x1A380D) is known color: Myrtle. HEX triplet: 1A, 38 and 0D. RGB value is (26,56,13). Sum of RGB (Red+Green+Blue) = 26+56+13=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #1A380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A380D is #E5C7F2. Grayscale: #2A2A2A. Windows color (decimal): -15058931 or 866330. OLE color: 866330.
HSL color Cylindrical-coordinate representation of color #1A380D: hue angle of 101.86º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A380D is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 13 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.78 |
| HSL | 101.86º | 0.62% | 0.14% | - |
| HSV(B) | 101.86º | 0.77% | 0.22% | - |
| XYZ | 1.91 | 3.08 | 0.87 | - |
| YUV | 42.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 13 | 0.54 | 0 | 0.77 | 0.78 | 101.86 | 0.62 | 0.14 |
| Hex | 1A | 38 | D | 36 | 0 | 4D | 4E | 66 | 3E | E |
| Octal | 32 | 70 | 15 | 66 | 0 | 115 | 116 | 146 | 76 | 16 |
| Binary | 11010 | 111000 | 1101 | 110110 | 0 | 1001101 | 1001110 | 1100110 | 111110 | 1110 |
Color Harmonies of #1A380D
Complementary color
Monochromatic Colors of #1A380D
Black with #1A380D
Text Example
Text Example
White with #1A380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A380D; }
p { color: rgb(26,56,13); }
H1.HeaderClassName
{
color: #1A380D;
}
.AnyTagClassName
{
color: #1A380D;
}
</style>
background-color css
<style>
a { background-color: #1A380D; }
a { background-color: rgb(26,56,13); }
div.DivClassName
{
background-color: #1A380D;
}
.BgClassName
{
background-color: #1A380D;
}
</style>
border-color css
<style>
span { border-color: #1A380D; }
span { border-color: rgb(26,56,13); }
td.TdClassName
{
border-color: #1A380D;
}
.TagClassName
{
border-color: #1A380D;
}
</style>