Shades of Myrtle #13430E
Tints of Myrtle #13430E
RGB
CMYK
RGB Variations
Color information
#13430E (or 0x13430E) is known color: Myrtle. HEX triplet: 13, 43 and 0E. RGB value is (19,67,14). Sum of RGB (Red+Green+Blue) = 19+67+14=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #13430E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13430E is #ECBCF1. Grayscale: #2E2E2E. Windows color (decimal): -15514866 or 934675. OLE color: 934675.
HSL color Cylindrical-coordinate representation of color #13430E: hue angle of 114.34º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13430E is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 14 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.74 |
| HSL | 114.34º | 0.65% | 0.16% | - |
| HSV(B) | 114.34º | 0.79% | 0.26% | - |
| XYZ | 2.35 | 4.18 | 1.1 | - |
| YUV | 46.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 14 | 0.72 | 0 | 0.79 | 0.74 | 114.34 | 0.65 | 0.16 |
| Hex | 13 | 43 | E | 48 | 0 | 4F | 4A | 72 | 41 | 10 |
| Octal | 23 | 103 | 16 | 110 | 0 | 117 | 112 | 162 | 101 | 20 |
| Binary | 10011 | 1000011 | 1110 | 1001000 | 0 | 1001111 | 1001010 | 1110010 | 1000001 | 10000 |
Color Harmonies of #13430E
Complementary color
Monochromatic Colors of #13430E
Black with #13430E
Text Example
Text Example
White with #13430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13430E; }
p { color: rgb(19,67,14); }
H1.HeaderClassName
{
color: #13430E;
}
.AnyTagClassName
{
color: #13430E;
}
</style>
background-color css
<style>
a { background-color: #13430E; }
a { background-color: rgb(19,67,14); }
div.DivClassName
{
background-color: #13430E;
}
.BgClassName
{
background-color: #13430E;
}
</style>
border-color css
<style>
span { border-color: #13430E; }
span { border-color: rgb(19,67,14); }
td.TdClassName
{
border-color: #13430E;
}
.TagClassName
{
border-color: #13430E;
}
</style>