Shades of Myrtle #132C07
Tints of Myrtle #132C07
RGB
CMYK
RGB Variations
Color information
#132C07 (or 0x132C07) is known color: Myrtle. HEX triplet: 13, 2C and 07. RGB value is (19,44,7). Sum of RGB (Red+Green+Blue) = 19+44+7=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 44 (17.58% from 255 or 62.86% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 44 - color contains mainly: green. Hex color #132C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C07 is #ECD3F8. Grayscale: #202020. Windows color (decimal): -15520761 or 470035. OLE color: 470035.
HSL color Cylindrical-coordinate representation of color #132C07: hue angle of 100.54º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132C07 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 7 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.83 |
| HSL | 100.54º | 0.73% | 0.1% | - |
| HSV(B) | 100.54º | 0.84% | 0.17% | - |
| XYZ | 1.21 | 1.96 | 0.51 | - |
| YUV | 32.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 7 | 0.57 | 0 | 0.84 | 0.83 | 100.54 | 0.73 | 0.1 |
| Hex | 13 | 2C | 7 | 39 | 0 | 54 | 53 | 65 | 49 | A |
| Octal | 23 | 54 | 7 | 71 | 0 | 124 | 123 | 145 | 111 | 12 |
| Binary | 10011 | 101100 | 111 | 111001 | 0 | 1010100 | 1010011 | 1100101 | 1001001 | 1010 |
Color Harmonies of #132C07
Complementary color
Monochromatic Colors of #132C07
Black with #132C07
Text Example
Text Example
White with #132C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C07; }
p { color: rgb(19,44,7); }
H1.HeaderClassName
{
color: #132C07;
}
.AnyTagClassName
{
color: #132C07;
}
</style>
background-color css
<style>
a { background-color: #132C07; }
a { background-color: rgb(19,44,7); }
div.DivClassName
{
background-color: #132C07;
}
.BgClassName
{
background-color: #132C07;
}
</style>
border-color css
<style>
span { border-color: #132C07; }
span { border-color: rgb(19,44,7); }
td.TdClassName
{
border-color: #132C07;
}
.TagClassName
{
border-color: #132C07;
}
</style>