Shades of Myrtle #134514
Tints of Myrtle #134514
RGB
CMYK
RGB Variations
Color information
#134514 (or 0x134514) is known color: Myrtle. HEX triplet: 13, 45 and 14. RGB value is (19,69,20). Sum of RGB (Red+Green+Blue) = 19+69+20=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #134514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134514 is #ECBAEB. Grayscale: #303030. Windows color (decimal): -15514348 or 1328403. OLE color: 1328403.
HSL color Cylindrical-coordinate representation of color #134514: hue angle of 121.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134514 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 20 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.73 |
| HSL | 121.2º | 0.57% | 0.17% | - |
| HSV(B) | 121.2º | 0.72% | 0.27% | - |
| XYZ | 2.52 | 4.45 | 1.39 | - |
| YUV | 48.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 20 | 0.72 | 0 | 0.71 | 0.73 | 121.2 | 0.57 | 0.17 |
| Hex | 13 | 45 | 14 | 48 | 0 | 47 | 49 | 79 | 39 | 11 |
| Octal | 23 | 105 | 24 | 110 | 0 | 107 | 111 | 171 | 71 | 21 |
| Binary | 10011 | 1000101 | 10100 | 1001000 | 0 | 1000111 | 1001001 | 1111001 | 111001 | 10001 |
Color Harmonies of #134514
Complementary color
Monochromatic Colors of #134514
Black with #134514
Text Example
Text Example
White with #134514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134514; }
p { color: rgb(19,69,20); }
H1.HeaderClassName
{
color: #134514;
}
.AnyTagClassName
{
color: #134514;
}
</style>
background-color css
<style>
a { background-color: #134514; }
a { background-color: rgb(19,69,20); }
div.DivClassName
{
background-color: #134514;
}
.BgClassName
{
background-color: #134514;
}
</style>
border-color css
<style>
span { border-color: #134514; }
span { border-color: rgb(19,69,20); }
td.TdClassName
{
border-color: #134514;
}
.TagClassName
{
border-color: #134514;
}
</style>