Shades of Myrtle #1A531A
Tints of Myrtle #1A531A
RGB
CMYK
RGB Variations
Color information
#1A531A (or 0x1A531A) is known color: Myrtle. HEX triplet: 1A, 53 and 1A. RGB value is (26,83,26). Sum of RGB (Red+Green+Blue) = 26+83+26=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #1A531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A531A is #E5ACE5. Grayscale: #3B3B3B. Windows color (decimal): -15052006 or 1725210. OLE color: 1725210.
HSL color Cylindrical-coordinate representation of color #1A531A: hue angle of 120º 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 #1A531A is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 83 | 26 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.67 |
| HSL | 120º | 0.52% | 0.21% | - |
| HSV(B) | 120º | 0.69% | 0.33% | - |
| XYZ | 3.71 | 6.48 | 2.03 | - |
| YUV | 59.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 26 | 0.69 | 0 | 0.69 | 0.67 | 120 | 0.52 | 0.21 |
| Hex | 1A | 53 | 1A | 45 | 0 | 45 | 43 | 78 | 34 | 15 |
| Octal | 32 | 123 | 32 | 105 | 0 | 105 | 103 | 170 | 64 | 25 |
| Binary | 11010 | 1010011 | 11010 | 1000101 | 0 | 1000101 | 1000011 | 1111000 | 110100 | 10101 |
Color Harmonies of #1A531A
Complementary color
Monochromatic Colors of #1A531A
Black with #1A531A
Text Example
Text Example
White with #1A531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A531A; }
p { color: rgb(26,83,26); }
H1.HeaderClassName
{
color: #1A531A;
}
.AnyTagClassName
{
color: #1A531A;
}
</style>
background-color css
<style>
a { background-color: #1A531A; }
a { background-color: rgb(26,83,26); }
div.DivClassName
{
background-color: #1A531A;
}
.BgClassName
{
background-color: #1A531A;
}
</style>
border-color css
<style>
span { border-color: #1A531A; }
span { border-color: rgb(26,83,26); }
td.TdClassName
{
border-color: #1A531A;
}
.TagClassName
{
border-color: #1A531A;
}
</style>