Shades of Myrtle #1A3D09
Tints of Myrtle #1A3D09
RGB
CMYK
RGB Variations
Color information
#1A3D09 (or 0x1A3D09) is known color: Myrtle. HEX triplet: 1A, 3D and 09. RGB value is (26,61,9). Sum of RGB (Red+Green+Blue) = 26+61+9=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #1A3D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3D09 is #E5C2F6. Grayscale: #2C2C2C. Windows color (decimal): -15057655 or 605466. OLE color: 605466.
HSL color Cylindrical-coordinate representation of color #1A3D09: hue angle of 100.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A3D09 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 61 | 9 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.76 |
| HSL | 100.38º | 0.74% | 0.14% | - |
| HSV(B) | 100.38º | 0.85% | 0.24% | - |
| XYZ | 2.14 | 3.58 | 0.84 | - |
| YUV | 44.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 9 | 0.57 | 0 | 0.85 | 0.76 | 100.38 | 0.74 | 0.14 |
| Hex | 1A | 3D | 9 | 39 | 0 | 55 | 4C | 64 | 4A | E |
| Octal | 32 | 75 | 11 | 71 | 0 | 125 | 114 | 144 | 112 | 16 |
| Binary | 11010 | 111101 | 1001 | 111001 | 0 | 1010101 | 1001100 | 1100100 | 1001010 | 1110 |
Color Harmonies of #1A3D09
Complementary color
Monochromatic Colors of #1A3D09
Black with #1A3D09
Text Example
Text Example
White with #1A3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3D09; }
p { color: rgb(26,61,9); }
H1.HeaderClassName
{
color: #1A3D09;
}
.AnyTagClassName
{
color: #1A3D09;
}
</style>
background-color css
<style>
a { background-color: #1A3D09; }
a { background-color: rgb(26,61,9); }
div.DivClassName
{
background-color: #1A3D09;
}
.BgClassName
{
background-color: #1A3D09;
}
</style>
border-color css
<style>
span { border-color: #1A3D09; }
span { border-color: rgb(26,61,9); }
td.TdClassName
{
border-color: #1A3D09;
}
.TagClassName
{
border-color: #1A3D09;
}
</style>