Shades of Myrtle #134310
Tints of Myrtle #134310
RGB
CMYK
RGB Variations
Color information
#134310 (or 0x134310) is known color: Myrtle. HEX triplet: 13, 43 and 10. RGB value is (19,67,16). Sum of RGB (Red+Green+Blue) = 19+67+16=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #134310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134310 is #ECBCEF. Grayscale: #2E2E2E. Windows color (decimal): -15514864 or 1065747. OLE color: 1065747.
HSL color Cylindrical-coordinate representation of color #134310: hue angle of 116.47º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134310 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 16 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.74 |
| HSL | 116.47º | 0.61% | 0.16% | - |
| HSV(B) | 116.47º | 0.76% | 0.26% | - |
| XYZ | 2.37 | 4.19 | 1.17 | - |
| YUV | 46.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 16 | 0.72 | 0 | 0.76 | 0.74 | 116.47 | 0.61 | 0.16 |
| Hex | 13 | 43 | 10 | 48 | 0 | 4C | 4A | 74 | 3D | 10 |
| Octal | 23 | 103 | 20 | 110 | 0 | 114 | 112 | 164 | 75 | 20 |
| Binary | 10011 | 1000011 | 10000 | 1001000 | 0 | 1001100 | 1001010 | 1110100 | 111101 | 10000 |
Color Harmonies of #134310
Complementary color
Monochromatic Colors of #134310
Black with #134310
Text Example
Text Example
White with #134310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134310; }
p { color: rgb(19,67,16); }
H1.HeaderClassName
{
color: #134310;
}
.AnyTagClassName
{
color: #134310;
}
</style>
background-color css
<style>
a { background-color: #134310; }
a { background-color: rgb(19,67,16); }
div.DivClassName
{
background-color: #134310;
}
.BgClassName
{
background-color: #134310;
}
</style>
border-color css
<style>
span { border-color: #134310; }
span { border-color: rgb(19,67,16); }
td.TdClassName
{
border-color: #134310;
}
.TagClassName
{
border-color: #134310;
}
</style>