Shades of Myrtle #1A5402
Tints of Myrtle #1A5402
RGB
CMYK
RGB Variations
Color information
#1A5402 (or 0x1A5402) is known color: Myrtle. HEX triplet: 1A, 54 and 02. RGB value is (26,84,2). Sum of RGB (Red+Green+Blue) = 26+84+2=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #1A5402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5402 is #E5ABFD. Grayscale: #393939. Windows color (decimal): -15051774 or 152602. OLE color: 152602.
HSL color Cylindrical-coordinate representation of color #1A5402: hue angle of 102.44º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A5402 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 84 | 2 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.67 |
| HSL | 102.44º | 0.95% | 0.17% | - |
| HSV(B) | 102.44º | 0.98% | 0.33% | - |
| XYZ | 3.61 | 6.56 | 1.13 | - |
| YUV | 57.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 2 | 0.69 | 0 | 0.98 | 0.67 | 102.44 | 0.95 | 0.17 |
| Hex | 1A | 54 | 2 | 45 | 0 | 62 | 43 | 66 | 5F | 11 |
| Octal | 32 | 124 | 2 | 105 | 0 | 142 | 103 | 146 | 137 | 21 |
| Binary | 11010 | 1010100 | 10 | 1000101 | 0 | 1100010 | 1000011 | 1100110 | 1011111 | 10001 |
Color Harmonies of #1A5402
Complementary color
Monochromatic Colors of #1A5402
Black with #1A5402
Text Example
Text Example
White with #1A5402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5402; }
p { color: rgb(26,84,2); }
H1.HeaderClassName
{
color: #1A5402;
}
.AnyTagClassName
{
color: #1A5402;
}
</style>
background-color css
<style>
a { background-color: #1A5402; }
a { background-color: rgb(26,84,2); }
div.DivClassName
{
background-color: #1A5402;
}
.BgClassName
{
background-color: #1A5402;
}
</style>
border-color css
<style>
span { border-color: #1A5402; }
span { border-color: rgb(26,84,2); }
td.TdClassName
{
border-color: #1A5402;
}
.TagClassName
{
border-color: #1A5402;
}
</style>