Shades of Myrtle #13240D
Tints of Myrtle #13240D
RGB
CMYK
RGB Variations
Color information
#13240D (or 0x13240D) is known color: Myrtle. HEX triplet: 13, 24 and 0D. RGB value is (19,36,13). Sum of RGB (Red+Green+Blue) = 19+36+13=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #13240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13240D is #ECDBF2. Grayscale: #1C1C1C. Windows color (decimal): -15522803 or 861203. OLE color: 861203.
HSL color Cylindrical-coordinate representation of color #13240D: hue angle of 104.35º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #13240D is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 13 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.86 |
| HSL | 104.35º | 0.47% | 0.1% | - |
| HSV(B) | 104.35º | 0.64% | 0.14% | - |
| XYZ | 0.97 | 1.43 | 0.61 | - |
| YUV | 28.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 13 | 0.47 | 0 | 0.64 | 0.86 | 104.35 | 0.47 | 0.1 |
| Hex | 13 | 24 | D | 2F | 0 | 40 | 56 | 68 | 2F | A |
| Octal | 23 | 44 | 15 | 57 | 0 | 100 | 126 | 150 | 57 | 12 |
| Binary | 10011 | 100100 | 1101 | 101111 | 0 | 1000000 | 1010110 | 1101000 | 101111 | 1010 |
Color Harmonies of #13240D
Complementary color
Monochromatic Colors of #13240D
Black with #13240D
Text Example
Text Example
White with #13240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13240D; }
p { color: rgb(19,36,13); }
H1.HeaderClassName
{
color: #13240D;
}
.AnyTagClassName
{
color: #13240D;
}
</style>
background-color css
<style>
a { background-color: #13240D; }
a { background-color: rgb(19,36,13); }
div.DivClassName
{
background-color: #13240D;
}
.BgClassName
{
background-color: #13240D;
}
</style>
border-color css
<style>
span { border-color: #13240D; }
span { border-color: rgb(19,36,13); }
td.TdClassName
{
border-color: #13240D;
}
.TagClassName
{
border-color: #13240D;
}
</style>