Shades of Myrtle #134912
Tints of Myrtle #134912
RGB
CMYK
RGB Variations
Color information
#134912 (or 0x134912) is known color: Myrtle. HEX triplet: 13, 49 and 12. RGB value is (19,73,18). Sum of RGB (Red+Green+Blue) = 19+73+18=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #134912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134912 is #ECB6ED. Grayscale: #323232. Windows color (decimal): -15513326 or 1198355. OLE color: 1198355.
HSL color Cylindrical-coordinate representation of color #134912: hue angle of 118.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134912 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 18 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.71 |
| HSL | 118.91º | 0.6% | 0.18% | - |
| HSV(B) | 118.91º | 0.75% | 0.29% | - |
| XYZ | 2.76 | 4.95 | 1.38 | - |
| YUV | 50.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 18 | 0.74 | 0 | 0.75 | 0.71 | 118.91 | 0.6 | 0.18 |
| Hex | 13 | 49 | 12 | 4A | 0 | 4B | 47 | 77 | 3C | 12 |
| Octal | 23 | 111 | 22 | 112 | 0 | 113 | 107 | 167 | 74 | 22 |
| Binary | 10011 | 1001001 | 10010 | 1001010 | 0 | 1001011 | 1000111 | 1110111 | 111100 | 10010 |
Color Harmonies of #134912
Complementary color
Monochromatic Colors of #134912
Black with #134912
Text Example
Text Example
White with #134912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134912; }
p { color: rgb(19,73,18); }
H1.HeaderClassName
{
color: #134912;
}
.AnyTagClassName
{
color: #134912;
}
</style>
background-color css
<style>
a { background-color: #134912; }
a { background-color: rgb(19,73,18); }
div.DivClassName
{
background-color: #134912;
}
.BgClassName
{
background-color: #134912;
}
</style>
border-color css
<style>
span { border-color: #134912; }
span { border-color: rgb(19,73,18); }
td.TdClassName
{
border-color: #134912;
}
.TagClassName
{
border-color: #134912;
}
</style>