Shades of Myrtle #1A530D
Tints of Myrtle #1A530D
RGB
CMYK
RGB Variations
Color information
#1A530D (or 0x1A530D) is known color: Myrtle. HEX triplet: 1A, 53 and 0D. RGB value is (26,83,13). Sum of RGB (Red+Green+Blue) = 26+83+13=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #1A530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A530D is #E5ACF2. Grayscale: #3A3A3A. Windows color (decimal): -15052019 or 873242. OLE color: 873242.
HSL color Cylindrical-coordinate representation of color #1A530D: hue angle of 108.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A530D is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 13 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.67 |
| HSL | 108.86º | 0.73% | 0.19% | - |
| HSV(B) | 108.86º | 0.84% | 0.33% | - |
| XYZ | 3.59 | 6.44 | 1.43 | - |
| YUV | 57.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 13 | 0.69 | 0 | 0.84 | 0.67 | 108.86 | 0.73 | 0.19 |
| Hex | 1A | 53 | D | 45 | 0 | 54 | 43 | 6D | 49 | 13 |
| Octal | 32 | 123 | 15 | 105 | 0 | 124 | 103 | 155 | 111 | 23 |
| Binary | 11010 | 1010011 | 1101 | 1000101 | 0 | 1010100 | 1000011 | 1101101 | 1001001 | 10011 |
Color Harmonies of #1A530D
Complementary color
Monochromatic Colors of #1A530D
Black with #1A530D
Text Example
Text Example
White with #1A530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A530D; }
p { color: rgb(26,83,13); }
H1.HeaderClassName
{
color: #1A530D;
}
.AnyTagClassName
{
color: #1A530D;
}
</style>
background-color css
<style>
a { background-color: #1A530D; }
a { background-color: rgb(26,83,13); }
div.DivClassName
{
background-color: #1A530D;
}
.BgClassName
{
background-color: #1A530D;
}
</style>
border-color css
<style>
span { border-color: #1A530D; }
span { border-color: rgb(26,83,13); }
td.TdClassName
{
border-color: #1A530D;
}
.TagClassName
{
border-color: #1A530D;
}
</style>