Shades of Myrtle #1A531B
Tints of Myrtle #1A531B
RGB
CMYK
RGB Variations
Color information
#1A531B (or 0x1A531B) is known color: Myrtle. HEX triplet: 1A, 53 and 1B. RGB value is (26,83,27). Sum of RGB (Red+Green+Blue) = 26+83+27=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #1A531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A531B is #E5ACE4. Grayscale: #3B3B3B. Windows color (decimal): -15052005 or 1790746. OLE color: 1790746.
HSL color Cylindrical-coordinate representation of color #1A531B: hue angle of 121.05º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A531B is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 27 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.67 |
| HSL | 121.05º | 0.52% | 0.21% | - |
| HSV(B) | 121.05º | 0.69% | 0.33% | - |
| XYZ | 3.72 | 6.49 | 2.09 | - |
| YUV | 59.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 27 | 0.69 | 0 | 0.67 | 0.67 | 121.05 | 0.52 | 0.21 |
| Hex | 1A | 53 | 1B | 45 | 0 | 43 | 43 | 79 | 34 | 15 |
| Octal | 32 | 123 | 33 | 105 | 0 | 103 | 103 | 171 | 64 | 25 |
| Binary | 11010 | 1010011 | 11011 | 1000101 | 0 | 1000011 | 1000011 | 1111001 | 110100 | 10101 |
Color Harmonies of #1A531B
Complementary color
Monochromatic Colors of #1A531B
Black with #1A531B
Text Example
Text Example
White with #1A531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A531B; }
p { color: rgb(26,83,27); }
H1.HeaderClassName
{
color: #1A531B;
}
.AnyTagClassName
{
color: #1A531B;
}
</style>
background-color css
<style>
a { background-color: #1A531B; }
a { background-color: rgb(26,83,27); }
div.DivClassName
{
background-color: #1A531B;
}
.BgClassName
{
background-color: #1A531B;
}
</style>
border-color css
<style>
span { border-color: #1A531B; }
span { border-color: rgb(26,83,27); }
td.TdClassName
{
border-color: #1A531B;
}
.TagClassName
{
border-color: #1A531B;
}
</style>