Shades of Myrtle #13430D
Tints of Myrtle #13430D
RGB
CMYK
RGB Variations
Color information
#13430D (or 0x13430D) is known color: Myrtle. HEX triplet: 13, 43 and 0D. RGB value is (19,67,13). Sum of RGB (Red+Green+Blue) = 19+67+13=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #13430D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13430D is #ECBCF2. Grayscale: #2E2E2E. Windows color (decimal): -15514867 or 869139. OLE color: 869139.
HSL color Cylindrical-coordinate representation of color #13430D: hue angle of 113.33º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13430D is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 13 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.74 |
| HSL | 113.33º | 0.68% | 0.16% | - |
| HSV(B) | 113.33º | 0.81% | 0.26% | - |
| XYZ | 2.35 | 4.18 | 1.06 | - |
| YUV | 46.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 13 | 0.72 | 0 | 0.81 | 0.74 | 113.33 | 0.68 | 0.16 |
| Hex | 13 | 43 | D | 48 | 0 | 51 | 4A | 71 | 44 | 10 |
| Octal | 23 | 103 | 15 | 110 | 0 | 121 | 112 | 161 | 104 | 20 |
| Binary | 10011 | 1000011 | 1101 | 1001000 | 0 | 1010001 | 1001010 | 1110001 | 1000100 | 10000 |
Color Harmonies of #13430D
Complementary color
Monochromatic Colors of #13430D
Black with #13430D
Text Example
Text Example
White with #13430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13430D; }
p { color: rgb(19,67,13); }
H1.HeaderClassName
{
color: #13430D;
}
.AnyTagClassName
{
color: #13430D;
}
</style>
background-color css
<style>
a { background-color: #13430D; }
a { background-color: rgb(19,67,13); }
div.DivClassName
{
background-color: #13430D;
}
.BgClassName
{
background-color: #13430D;
}
</style>
border-color css
<style>
span { border-color: #13430D; }
span { border-color: rgb(19,67,13); }
td.TdClassName
{
border-color: #13430D;
}
.TagClassName
{
border-color: #13430D;
}
</style>