Shades of Myrtle #1A411A
Tints of Myrtle #1A411A
RGB
CMYK
RGB Variations
Color information
#1A411A (or 0x1A411A) is known color: Myrtle. HEX triplet: 1A, 41 and 1A. RGB value is (26,65,26). Sum of RGB (Red+Green+Blue) = 26+65+26=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #1A411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A411A is #E5BEE5. Grayscale: #313131. Windows color (decimal): -15056614 or 1720602. OLE color: 1720602.
HSL color Cylindrical-coordinate representation of color #1A411A: hue angle of 120º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A411A is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 26 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.75 |
| HSL | 120º | 0.43% | 0.18% | - |
| HSV(B) | 120º | 0.6% | 0.25% | - |
| XYZ | 2.5 | 4.07 | 1.63 | - |
| YUV | 48.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 26 | 0.60 | 0 | 0.60 | 0.75 | 120 | 0.43 | 0.18 |
| Hex | 1A | 41 | 1A | 3C | 0 | 3C | 4B | 78 | 2B | 12 |
| Octal | 32 | 101 | 32 | 74 | 0 | 74 | 113 | 170 | 53 | 22 |
| Binary | 11010 | 1000001 | 11010 | 111100 | 0 | 111100 | 1001011 | 1111000 | 101011 | 10010 |
Color Harmonies of #1A411A
Complementary color
Monochromatic Colors of #1A411A
Black with #1A411A
Text Example
Text Example
White with #1A411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A411A; }
p { color: rgb(26,65,26); }
H1.HeaderClassName
{
color: #1A411A;
}
.AnyTagClassName
{
color: #1A411A;
}
</style>
background-color css
<style>
a { background-color: #1A411A; }
a { background-color: rgb(26,65,26); }
div.DivClassName
{
background-color: #1A411A;
}
.BgClassName
{
background-color: #1A411A;
}
</style>
border-color css
<style>
span { border-color: #1A411A; }
span { border-color: rgb(26,65,26); }
td.TdClassName
{
border-color: #1A411A;
}
.TagClassName
{
border-color: #1A411A;
}
</style>