Shades of Myrtle #1A351A
Tints of Myrtle #1A351A
RGB
CMYK
RGB Variations
Color information
#1A351A (or 0x1A351A) is known color: Myrtle. HEX triplet: 1A, 35 and 1A. RGB value is (26,53,26). Sum of RGB (Red+Green+Blue) = 26+53+26=105 (13% of max value = 765). Red value is 26 (10.55% from 255 or 24.76% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #1A351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A351A is #E5CAE5. Grayscale: #292929. Windows color (decimal): -15059686 or 1717530. OLE color: 1717530.
HSL color Cylindrical-coordinate representation of color #1A351A: hue angle of 120º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A351A is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 26 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.79 |
| HSL | 120º | 0.34% | 0.15% | - |
| HSV(B) | 120º | 0.51% | 0.21% | - |
| XYZ | 1.89 | 2.84 | 1.43 | - |
| YUV | 41.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 26 | 0.51 | 0 | 0.51 | 0.79 | 120 | 0.34 | 0.15 |
| Hex | 1A | 35 | 1A | 33 | 0 | 33 | 4F | 78 | 22 | F |
| Octal | 32 | 65 | 32 | 63 | 0 | 63 | 117 | 170 | 42 | 17 |
| Binary | 11010 | 110101 | 11010 | 110011 | 0 | 110011 | 1001111 | 1111000 | 100010 | 1111 |
Color Harmonies of #1A351A
Complementary color
Monochromatic Colors of #1A351A
Black with #1A351A
Text Example
Text Example
White with #1A351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A351A; }
p { color: rgb(26,53,26); }
H1.HeaderClassName
{
color: #1A351A;
}
.AnyTagClassName
{
color: #1A351A;
}
</style>
background-color css
<style>
a { background-color: #1A351A; }
a { background-color: rgb(26,53,26); }
div.DivClassName
{
background-color: #1A351A;
}
.BgClassName
{
background-color: #1A351A;
}
</style>
border-color css
<style>
span { border-color: #1A351A; }
span { border-color: rgb(26,53,26); }
td.TdClassName
{
border-color: #1A351A;
}
.TagClassName
{
border-color: #1A351A;
}
</style>