Shades of Myrtle #132410
Tints of Myrtle #132410
RGB
CMYK
RGB Variations
Color information
#132410 (or 0x132410) is known color: Myrtle. HEX triplet: 13, 24 and 10. RGB value is (19,36,16). Sum of RGB (Red+Green+Blue) = 19+36+16=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #132410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132410 is #ECDBEF. Grayscale: #1C1C1C. Windows color (decimal): -15522800 or 1057811. OLE color: 1057811.
HSL color Cylindrical-coordinate representation of color #132410: hue angle of 111º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132410 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 16 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.86 |
| HSL | 111º | 0.38% | 0.1% | - |
| HSV(B) | 111º | 0.56% | 0.14% | - |
| XYZ | 0.99 | 1.44 | 0.72 | - |
| YUV | 28.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 16 | 0.47 | 0 | 0.56 | 0.86 | 111 | 0.38 | 0.1 |
| Hex | 13 | 24 | 10 | 2F | 0 | 38 | 56 | 6F | 26 | A |
| Octal | 23 | 44 | 20 | 57 | 0 | 70 | 126 | 157 | 46 | 12 |
| Binary | 10011 | 100100 | 10000 | 101111 | 0 | 111000 | 1010110 | 1101111 | 100110 | 1010 |
Color Harmonies of #132410
Complementary color
Monochromatic Colors of #132410
Black with #132410
Text Example
Text Example
White with #132410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132410; }
p { color: rgb(19,36,16); }
H1.HeaderClassName
{
color: #132410;
}
.AnyTagClassName
{
color: #132410;
}
</style>
background-color css
<style>
a { background-color: #132410; }
a { background-color: rgb(19,36,16); }
div.DivClassName
{
background-color: #132410;
}
.BgClassName
{
background-color: #132410;
}
</style>
border-color css
<style>
span { border-color: #132410; }
span { border-color: rgb(19,36,16); }
td.TdClassName
{
border-color: #132410;
}
.TagClassName
{
border-color: #132410;
}
</style>