Shades of Myrtle #134313
Tints of Myrtle #134313
RGB
CMYK
RGB Variations
Color information
#134313 (or 0x134313) is known color: Myrtle. HEX triplet: 13, 43 and 13. RGB value is (19,67,19). Sum of RGB (Red+Green+Blue) = 19+67+19=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #134313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134313 is #ECBCEC. Grayscale: #2F2F2F. Windows color (decimal): -15514861 or 1262355. OLE color: 1262355.
HSL color Cylindrical-coordinate representation of color #134313: hue angle of 120º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134313 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 19 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.74 |
| HSL | 120º | 0.56% | 0.17% | - |
| HSV(B) | 120º | 0.72% | 0.26% | - |
| XYZ | 2.39 | 4.2 | 1.3 | - |
| YUV | 47.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 19 | 0.72 | 0 | 0.72 | 0.74 | 120 | 0.56 | 0.17 |
| Hex | 13 | 43 | 13 | 48 | 0 | 48 | 4A | 78 | 38 | 11 |
| Octal | 23 | 103 | 23 | 110 | 0 | 110 | 112 | 170 | 70 | 21 |
| Binary | 10011 | 1000011 | 10011 | 1001000 | 0 | 1001000 | 1001010 | 1111000 | 111000 | 10001 |
Color Harmonies of #134313
Complementary color
Monochromatic Colors of #134313
Black with #134313
Text Example
Text Example
White with #134313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134313; }
p { color: rgb(19,67,19); }
H1.HeaderClassName
{
color: #134313;
}
.AnyTagClassName
{
color: #134313;
}
</style>
background-color css
<style>
a { background-color: #134313; }
a { background-color: rgb(19,67,19); }
div.DivClassName
{
background-color: #134313;
}
.BgClassName
{
background-color: #134313;
}
</style>
border-color css
<style>
span { border-color: #134313; }
span { border-color: rgb(19,67,19); }
td.TdClassName
{
border-color: #134313;
}
.TagClassName
{
border-color: #134313;
}
</style>