Shades of Myrtle #1A431A
Tints of Myrtle #1A431A
RGB
CMYK
RGB Variations
Color information
#1A431A (or 0x1A431A) is known color: Myrtle. HEX triplet: 1A, 43 and 1A. RGB value is (26,67,26). Sum of RGB (Red+Green+Blue) = 26+67+26=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #1A431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A431A is #E5BCE5. Grayscale: #323232. Windows color (decimal): -15056102 or 1721114. OLE color: 1721114.
HSL color Cylindrical-coordinate representation of color #1A431A: hue angle of 120º 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 #1A431A is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 26 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.74 |
| HSL | 120º | 0.44% | 0.18% | - |
| HSV(B) | 120º | 0.61% | 0.26% | - |
| XYZ | 2.62 | 4.31 | 1.67 | - |
| YUV | 50.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 26 | 0.61 | 0 | 0.61 | 0.74 | 120 | 0.44 | 0.18 |
| Hex | 1A | 43 | 1A | 3D | 0 | 3D | 4A | 78 | 2C | 12 |
| Octal | 32 | 103 | 32 | 75 | 0 | 75 | 112 | 170 | 54 | 22 |
| Binary | 11010 | 1000011 | 11010 | 111101 | 0 | 111101 | 1001010 | 1111000 | 101100 | 10010 |
Color Harmonies of #1A431A
Complementary color
Monochromatic Colors of #1A431A
Black with #1A431A
Text Example
Text Example
White with #1A431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A431A; }
p { color: rgb(26,67,26); }
H1.HeaderClassName
{
color: #1A431A;
}
.AnyTagClassName
{
color: #1A431A;
}
</style>
background-color css
<style>
a { background-color: #1A431A; }
a { background-color: rgb(26,67,26); }
div.DivClassName
{
background-color: #1A431A;
}
.BgClassName
{
background-color: #1A431A;
}
</style>
border-color css
<style>
span { border-color: #1A431A; }
span { border-color: rgb(26,67,26); }
td.TdClassName
{
border-color: #1A431A;
}
.TagClassName
{
border-color: #1A431A;
}
</style>