Shades of Myrtle #1A431C
Tints of Myrtle #1A431C
RGB
CMYK
RGB Variations
Color information
#1A431C (or 0x1A431C) is known color: Myrtle. HEX triplet: 1A, 43 and 1C. RGB value is (26,67,28). Sum of RGB (Red+Green+Blue) = 26+67+28=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #1A431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A431C is #E5BCE3. Grayscale: #323232. Windows color (decimal): -15056100 or 1852186. OLE color: 1852186.
HSL color Cylindrical-coordinate representation of color #1A431C: hue angle of 122.93º 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 #1A431C is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 28 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.74 |
| HSL | 122.93º | 0.44% | 0.18% | - |
| HSV(B) | 122.93º | 0.61% | 0.26% | - |
| XYZ | 2.64 | 4.32 | 1.79 | - |
| YUV | 50.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 28 | 0.61 | 0 | 0.58 | 0.74 | 122.93 | 0.44 | 0.18 |
| Hex | 1A | 43 | 1C | 3D | 0 | 3A | 4A | 7B | 2C | 12 |
| Octal | 32 | 103 | 34 | 75 | 0 | 72 | 112 | 173 | 54 | 22 |
| Binary | 11010 | 1000011 | 11100 | 111101 | 0 | 111010 | 1001010 | 1111011 | 101100 | 10010 |
Color Harmonies of #1A431C
Complementary color
Monochromatic Colors of #1A431C
Black with #1A431C
Text Example
Text Example
White with #1A431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A431C; }
p { color: rgb(26,67,28); }
H1.HeaderClassName
{
color: #1A431C;
}
.AnyTagClassName
{
color: #1A431C;
}
</style>
background-color css
<style>
a { background-color: #1A431C; }
a { background-color: rgb(26,67,28); }
div.DivClassName
{
background-color: #1A431C;
}
.BgClassName
{
background-color: #1A431C;
}
</style>
border-color css
<style>
span { border-color: #1A431C; }
span { border-color: rgb(26,67,28); }
td.TdClassName
{
border-color: #1A431C;
}
.TagClassName
{
border-color: #1A431C;
}
</style>