Shades of Myrtle #1A4003
Tints of Myrtle #1A4003
RGB
CMYK
RGB Variations
Color information
#1A4003 (or 0x1A4003) is known color: Myrtle. HEX triplet: 1A, 40 and 03. RGB value is (26,64,3). Sum of RGB (Red+Green+Blue) = 26+64+3=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A4003 is #E5BFFC. Grayscale: #2D2D2D. Windows color (decimal): -15056893 or 213018. OLE color: 213018.
HSL color Cylindrical-coordinate representation of color #1A4003: hue angle of 97.38º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A4003 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 64 | 3 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.75 |
| HSL | 97.38º | 0.91% | 0.13% | - |
| HSV(B) | 97.38º | 0.95% | 0.25% | - |
| XYZ | 2.28 | 3.89 | 0.72 | - |
| YUV | 45.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 3 | 0.59 | 0 | 0.95 | 0.75 | 97.38 | 0.91 | 0.13 |
| Hex | 1A | 40 | 3 | 3B | 0 | 5F | 4B | 61 | 5B | D |
| Octal | 32 | 100 | 3 | 73 | 0 | 137 | 113 | 141 | 133 | 15 |
| Binary | 11010 | 1000000 | 11 | 111011 | 0 | 1011111 | 1001011 | 1100001 | 1011011 | 1101 |
Color Harmonies of #1A4003
Complementary color
Monochromatic Colors of #1A4003
Black with #1A4003
Text Example
Text Example
White with #1A4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4003; }
p { color: rgb(26,64,3); }
H1.HeaderClassName
{
color: #1A4003;
}
.AnyTagClassName
{
color: #1A4003;
}
</style>
background-color css
<style>
a { background-color: #1A4003; }
a { background-color: rgb(26,64,3); }
div.DivClassName
{
background-color: #1A4003;
}
.BgClassName
{
background-color: #1A4003;
}
</style>
border-color css
<style>
span { border-color: #1A4003; }
span { border-color: rgb(26,64,3); }
td.TdClassName
{
border-color: #1A4003;
}
.TagClassName
{
border-color: #1A4003;
}
</style>