Shades of Myrtle #13240C
Tints of Myrtle #13240C
RGB
CMYK
RGB Variations
Color information
#13240C (or 0x13240C) is known color: Myrtle. HEX triplet: 13, 24 and 0C. RGB value is (19,36,12). Sum of RGB (Red+Green+Blue) = 19+36+12=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #13240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13240C is #ECDBF3. Grayscale: #1C1C1C. Windows color (decimal): -15522804 or 795667. OLE color: 795667.
HSL color Cylindrical-coordinate representation of color #13240C: hue angle of 102.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13240C is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 12 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.86 |
| HSL | 102.5º | 0.5% | 0.09% | - |
| HSV(B) | 102.5º | 0.67% | 0.14% | - |
| XYZ | 0.97 | 1.43 | 0.57 | - |
| YUV | 28.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 12 | 0.47 | 0 | 0.67 | 0.86 | 102.5 | 0.5 | 0.09 |
| Hex | 13 | 24 | C | 2F | 0 | 43 | 56 | 66 | 32 | 9 |
| Octal | 23 | 44 | 14 | 57 | 0 | 103 | 126 | 146 | 62 | 11 |
| Binary | 10011 | 100100 | 1100 | 101111 | 0 | 1000011 | 1010110 | 1100110 | 110010 | 1001 |
Color Harmonies of #13240C
Complementary color
Monochromatic Colors of #13240C
Black with #13240C
Text Example
Text Example
White with #13240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13240C; }
p { color: rgb(19,36,12); }
H1.HeaderClassName
{
color: #13240C;
}
.AnyTagClassName
{
color: #13240C;
}
</style>
background-color css
<style>
a { background-color: #13240C; }
a { background-color: rgb(19,36,12); }
div.DivClassName
{
background-color: #13240C;
}
.BgClassName
{
background-color: #13240C;
}
</style>
border-color css
<style>
span { border-color: #13240C; }
span { border-color: rgb(19,36,12); }
td.TdClassName
{
border-color: #13240C;
}
.TagClassName
{
border-color: #13240C;
}
</style>