Shades of Myrtle #134C16
Tints of Myrtle #134C16
RGB
CMYK
RGB Variations
Color information
#134C16 (or 0x134C16) is known color: Myrtle. HEX triplet: 13, 4C and 16. RGB value is (19,76,22). Sum of RGB (Red+Green+Blue) = 19+76+22=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 76 (30.08% from 255 or 64.96% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 76 - color contains mainly: green. Hex color #134C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C16 is #ECB3E9. Grayscale: #343434. Windows color (decimal): -15512554 or 1461267. OLE color: 1461267.
HSL color Cylindrical-coordinate representation of color #134C16: hue angle of 123.16º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C16 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 76 | 22 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.70 |
| HSL | 123.16º | 0.6% | 0.19% | - |
| HSV(B) | 123.16º | 0.75% | 0.3% | - |
| XYZ | 3 | 5.37 | 1.64 | - |
| YUV | 52.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 22 | 0.75 | 0 | 0.71 | 0.70 | 123.16 | 0.6 | 0.19 |
| Hex | 13 | 4C | 16 | 4B | 0 | 47 | 46 | 7B | 3C | 13 |
| Octal | 23 | 114 | 26 | 113 | 0 | 107 | 106 | 173 | 74 | 23 |
| Binary | 10011 | 1001100 | 10110 | 1001011 | 0 | 1000111 | 1000110 | 1111011 | 111100 | 10011 |
Color Harmonies of #134C16
Complementary color
Monochromatic Colors of #134C16
Black with #134C16
Text Example
Text Example
White with #134C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C16; }
p { color: rgb(19,76,22); }
H1.HeaderClassName
{
color: #134C16;
}
.AnyTagClassName
{
color: #134C16;
}
</style>
background-color css
<style>
a { background-color: #134C16; }
a { background-color: rgb(19,76,22); }
div.DivClassName
{
background-color: #134C16;
}
.BgClassName
{
background-color: #134C16;
}
</style>
border-color css
<style>
span { border-color: #134C16; }
span { border-color: rgb(19,76,22); }
td.TdClassName
{
border-color: #134C16;
}
.TagClassName
{
border-color: #134C16;
}
</style>