Shades of Myrtle #132B10
Tints of Myrtle #132B10
RGB
CMYK
RGB Variations
Color information
#132B10 (or 0x132B10) is known color: Myrtle. HEX triplet: 13, 2B and 10. RGB value is (19,43,16). Sum of RGB (Red+Green+Blue) = 19+43+16=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 43 (17.19% from 255 or 55.13% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 43 - color contains mainly: green. Hex color #132B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132B10 is #ECD4EF. Grayscale: #202020. Windows color (decimal): -15521008 or 1059603. OLE color: 1059603.
HSL color Cylindrical-coordinate representation of color #132B10: hue angle of 113.33º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132B10 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 43 | 16 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.83 |
| HSL | 113.33º | 0.46% | 0.12% | - |
| HSV(B) | 113.33º | 0.63% | 0.17% | - |
| XYZ | 1.23 | 1.9 | 0.79 | - |
| YUV | 32.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 16 | 0.56 | 0 | 0.63 | 0.83 | 113.33 | 0.46 | 0.12 |
| Hex | 13 | 2B | 10 | 38 | 0 | 3F | 53 | 71 | 2E | C |
| Octal | 23 | 53 | 20 | 70 | 0 | 77 | 123 | 161 | 56 | 14 |
| Binary | 10011 | 101011 | 10000 | 111000 | 0 | 111111 | 1010011 | 1110001 | 101110 | 1100 |
Color Harmonies of #132B10
Complementary color
Monochromatic Colors of #132B10
Black with #132B10
Text Example
Text Example
White with #132B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B10; }
p { color: rgb(19,43,16); }
H1.HeaderClassName
{
color: #132B10;
}
.AnyTagClassName
{
color: #132B10;
}
</style>
background-color css
<style>
a { background-color: #132B10; }
a { background-color: rgb(19,43,16); }
div.DivClassName
{
background-color: #132B10;
}
.BgClassName
{
background-color: #132B10;
}
</style>
border-color css
<style>
span { border-color: #132B10; }
span { border-color: rgb(19,43,16); }
td.TdClassName
{
border-color: #132B10;
}
.TagClassName
{
border-color: #132B10;
}
</style>