Shades of Myrtle #13320F
Tints of Myrtle #13320F
RGB
CMYK
RGB Variations
Color information
#13320F (or 0x13320F) is known color: Myrtle. HEX triplet: 13, 32 and 0F. RGB value is (19,50,15). Sum of RGB (Red+Green+Blue) = 19+50+15=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #13320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13320F is #ECCDF0. Grayscale: #242424. Windows color (decimal): -15519217 or 995859. OLE color: 995859.
HSL color Cylindrical-coordinate representation of color #13320F: hue angle of 113.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13320F is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 15 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.80 |
| HSL | 113.14º | 0.54% | 0.13% | - |
| HSV(B) | 113.14º | 0.7% | 0.2% | - |
| XYZ | 1.5 | 2.45 | 0.85 | - |
| YUV | 36.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 15 | 0.62 | 0 | 0.70 | 0.80 | 113.14 | 0.54 | 0.13 |
| Hex | 13 | 32 | F | 3E | 0 | 46 | 50 | 71 | 36 | D |
| Octal | 23 | 62 | 17 | 76 | 0 | 106 | 120 | 161 | 66 | 15 |
| Binary | 10011 | 110010 | 1111 | 111110 | 0 | 1000110 | 1010000 | 1110001 | 110110 | 1101 |
Color Harmonies of #13320F
Complementary color
Monochromatic Colors of #13320F
Black with #13320F
Text Example
Text Example
White with #13320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13320F; }
p { color: rgb(19,50,15); }
H1.HeaderClassName
{
color: #13320F;
}
.AnyTagClassName
{
color: #13320F;
}
</style>
background-color css
<style>
a { background-color: #13320F; }
a { background-color: rgb(19,50,15); }
div.DivClassName
{
background-color: #13320F;
}
.BgClassName
{
background-color: #13320F;
}
</style>
border-color css
<style>
span { border-color: #13320F; }
span { border-color: rgb(19,50,15); }
td.TdClassName
{
border-color: #13320F;
}
.TagClassName
{
border-color: #13320F;
}
</style>