Shades of Myrtle #132F10
Tints of Myrtle #132F10
RGB
CMYK
RGB Variations
Color information
#132F10 (or 0x132F10) is known color: Myrtle. HEX triplet: 13, 2F and 10. RGB value is (19,47,16). Sum of RGB (Red+Green+Blue) = 19+47+16=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #132F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F10 is #ECD0EF. Grayscale: #232323. Windows color (decimal): -15519984 or 1060627. OLE color: 1060627.
HSL color Cylindrical-coordinate representation of color #132F10: hue angle of 114.19º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #132F10 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 16 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.82 |
| HSL | 114.19º | 0.49% | 0.12% | - |
| HSV(B) | 114.19º | 0.66% | 0.18% | - |
| XYZ | 1.38 | 2.21 | 0.84 | - |
| YUV | 35.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 16 | 0.60 | 0 | 0.66 | 0.82 | 114.19 | 0.49 | 0.12 |
| Hex | 13 | 2F | 10 | 3C | 0 | 42 | 52 | 72 | 31 | C |
| Octal | 23 | 57 | 20 | 74 | 0 | 102 | 122 | 162 | 61 | 14 |
| Binary | 10011 | 101111 | 10000 | 111100 | 0 | 1000010 | 1010010 | 1110010 | 110001 | 1100 |
Color Harmonies of #132F10
Complementary color
Monochromatic Colors of #132F10
Black with #132F10
Text Example
Text Example
White with #132F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F10; }
p { color: rgb(19,47,16); }
H1.HeaderClassName
{
color: #132F10;
}
.AnyTagClassName
{
color: #132F10;
}
</style>
background-color css
<style>
a { background-color: #132F10; }
a { background-color: rgb(19,47,16); }
div.DivClassName
{
background-color: #132F10;
}
.BgClassName
{
background-color: #132F10;
}
</style>
border-color css
<style>
span { border-color: #132F10; }
span { border-color: rgb(19,47,16); }
td.TdClassName
{
border-color: #132F10;
}
.TagClassName
{
border-color: #132F10;
}
</style>