Shades of Myrtle #134112
Tints of Myrtle #134112
RGB
CMYK
RGB Variations
Color information
#134112 (or 0x134112) is known color: Myrtle. HEX triplet: 13, 41 and 12. RGB value is (19,65,18). Sum of RGB (Red+Green+Blue) = 19+65+18=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #134112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134112 is #ECBEED. Grayscale: #2E2E2E. Windows color (decimal): -15515374 or 1196307. OLE color: 1196307.
HSL color Cylindrical-coordinate representation of color #134112: hue angle of 118.72º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134112 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 18 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.75 |
| HSL | 118.72º | 0.57% | 0.16% | - |
| HSV(B) | 118.72º | 0.72% | 0.25% | - |
| XYZ | 2.27 | 3.96 | 1.22 | - |
| YUV | 45.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 18 | 0.71 | 0 | 0.72 | 0.75 | 118.72 | 0.57 | 0.16 |
| Hex | 13 | 41 | 12 | 47 | 0 | 48 | 4B | 77 | 39 | 10 |
| Octal | 23 | 101 | 22 | 107 | 0 | 110 | 113 | 167 | 71 | 20 |
| Binary | 10011 | 1000001 | 10010 | 1000111 | 0 | 1001000 | 1001011 | 1110111 | 111001 | 10000 |
Color Harmonies of #134112
Complementary color
Monochromatic Colors of #134112
Black with #134112
Text Example
Text Example
White with #134112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134112; }
p { color: rgb(19,65,18); }
H1.HeaderClassName
{
color: #134112;
}
.AnyTagClassName
{
color: #134112;
}
</style>
background-color css
<style>
a { background-color: #134112; }
a { background-color: rgb(19,65,18); }
div.DivClassName
{
background-color: #134112;
}
.BgClassName
{
background-color: #134112;
}
</style>
border-color css
<style>
span { border-color: #134112; }
span { border-color: rgb(19,65,18); }
td.TdClassName
{
border-color: #134112;
}
.TagClassName
{
border-color: #134112;
}
</style>