Shades of Myrtle #132F14
Tints of Myrtle #132F14
RGB
CMYK
RGB Variations
Color information
#132F14 (or 0x132F14) is known color: Myrtle. HEX triplet: 13, 2F and 14. RGB value is (19,47,20). Sum of RGB (Red+Green+Blue) = 19+47+20=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 47 (18.75% from 255 or 54.65% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 47 - color contains mainly: green. Hex color #132F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F14 is #ECD0EB. Grayscale: #232323. Windows color (decimal): -15519980 or 1322771. OLE color: 1322771.
HSL color Cylindrical-coordinate representation of color #132F14: hue angle of 122.14º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F14 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 20 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.82 |
| HSL | 122.14º | 0.42% | 0.13% | - |
| HSV(B) | 122.14º | 0.6% | 0.18% | - |
| XYZ | 1.41 | 2.22 | 1.02 | - |
| YUV | 35.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 20 | 0.60 | 0 | 0.57 | 0.82 | 122.14 | 0.42 | 0.13 |
| Hex | 13 | 2F | 14 | 3C | 0 | 39 | 52 | 7A | 2A | D |
| Octal | 23 | 57 | 24 | 74 | 0 | 71 | 122 | 172 | 52 | 15 |
| Binary | 10011 | 101111 | 10100 | 111100 | 0 | 111001 | 1010010 | 1111010 | 101010 | 1101 |
Color Harmonies of #132F14
Complementary color
Monochromatic Colors of #132F14
Black with #132F14
Text Example
Text Example
White with #132F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F14; }
p { color: rgb(19,47,20); }
H1.HeaderClassName
{
color: #132F14;
}
.AnyTagClassName
{
color: #132F14;
}
</style>
background-color css
<style>
a { background-color: #132F14; }
a { background-color: rgb(19,47,20); }
div.DivClassName
{
background-color: #132F14;
}
.BgClassName
{
background-color: #132F14;
}
</style>
border-color css
<style>
span { border-color: #132F14; }
span { border-color: rgb(19,47,20); }
td.TdClassName
{
border-color: #132F14;
}
.TagClassName
{
border-color: #132F14;
}
</style>