Shades of Myrtle #1A431E
Tints of Myrtle #1A431E
RGB
CMYK
RGB Variations
Color information
#1A431E (or 0x1A431E) is known color: Myrtle. HEX triplet: 1A, 43 and 1E. RGB value is (26,67,30). Sum of RGB (Red+Green+Blue) = 26+67+30=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #1A431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A431E is #E5BCE1. Grayscale: #323232. Windows color (decimal): -15056098 or 1983258. OLE color: 1983258.
HSL color Cylindrical-coordinate representation of color #1A431E: hue angle of 125.85º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A431E is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 30 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.74 |
| HSL | 125.85º | 0.44% | 0.18% | - |
| HSV(B) | 125.85º | 0.61% | 0.26% | - |
| XYZ | 2.67 | 4.33 | 1.92 | - |
| YUV | 50.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 30 | 0.61 | 0 | 0.55 | 0.74 | 125.85 | 0.44 | 0.18 |
| Hex | 1A | 43 | 1E | 3D | 0 | 37 | 4A | 7E | 2C | 12 |
| Octal | 32 | 103 | 36 | 75 | 0 | 67 | 112 | 176 | 54 | 22 |
| Binary | 11010 | 1000011 | 11110 | 111101 | 0 | 110111 | 1001010 | 1111110 | 101100 | 10010 |
Color Harmonies of #1A431E
Complementary color
Monochromatic Colors of #1A431E
Black with #1A431E
Text Example
Text Example
White with #1A431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A431E; }
p { color: rgb(26,67,30); }
H1.HeaderClassName
{
color: #1A431E;
}
.AnyTagClassName
{
color: #1A431E;
}
</style>
background-color css
<style>
a { background-color: #1A431E; }
a { background-color: rgb(26,67,30); }
div.DivClassName
{
background-color: #1A431E;
}
.BgClassName
{
background-color: #1A431E;
}
</style>
border-color css
<style>
span { border-color: #1A431E; }
span { border-color: rgb(26,67,30); }
td.TdClassName
{
border-color: #1A431E;
}
.TagClassName
{
border-color: #1A431E;
}
</style>