Shades of Myrtle #114A1A
Tints of Myrtle #114A1A
RGB
CMYK
RGB Variations
Color information
#114A1A (or 0x114A1A) is known color: Myrtle. HEX triplet: 11, 4A and 1A. RGB value is (17,74,26). Sum of RGB (Red+Green+Blue) = 17+74+26=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 74 (29.30% from 255 or 63.25% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 74 - color contains mainly: green. Hex color #114A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A1A is #EEB5E5. Grayscale: #333333. Windows color (decimal): -15644134 or 1722897. OLE color: 1722897.
HSL color Cylindrical-coordinate representation of color #114A1A: hue angle of 129.47º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A1A is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 26 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.71 |
| HSL | 129.47º | 0.63% | 0.18% | - |
| HSV(B) | 129.47º | 0.77% | 0.29% | - |
| XYZ | 2.87 | 5.09 | 1.81 | - |
| YUV | 51.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 26 | 0.77 | 0 | 0.65 | 0.71 | 129.47 | 0.63 | 0.18 |
| Hex | 11 | 4A | 1A | 4D | 0 | 41 | 47 | 81 | 3F | 12 |
| Octal | 21 | 112 | 32 | 115 | 0 | 101 | 107 | 201 | 77 | 22 |
| Binary | 10001 | 1001010 | 11010 | 1001101 | 0 | 1000001 | 1000111 | 10000001 | 111111 | 10010 |
Color Harmonies of #114A1A
Complementary color
Monochromatic Colors of #114A1A
Black with #114A1A
Text Example
Text Example
White with #114A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A1A; }
p { color: rgb(17,74,26); }
H1.HeaderClassName
{
color: #114A1A;
}
.AnyTagClassName
{
color: #114A1A;
}
</style>
background-color css
<style>
a { background-color: #114A1A; }
a { background-color: rgb(17,74,26); }
div.DivClassName
{
background-color: #114A1A;
}
.BgClassName
{
background-color: #114A1A;
}
</style>
border-color css
<style>
span { border-color: #114A1A; }
span { border-color: rgb(17,74,26); }
td.TdClassName
{
border-color: #114A1A;
}
.TagClassName
{
border-color: #114A1A;
}
</style>