Shades of Myrtle #132D0B
Tints of Myrtle #132D0B
RGB
CMYK
RGB Variations
Color information
#132D0B (or 0x132D0B) is known color: Myrtle. HEX triplet: 13, 2D and 0B. RGB value is (19,45,11). Sum of RGB (Red+Green+Blue) = 19+45+11=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 45 (17.97% from 255 or 60% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 45 - color contains mainly: green. Hex color #132D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132D0B is #ECD2F4. Grayscale: #212121. Windows color (decimal): -15520501 or 732435. OLE color: 732435.
HSL color Cylindrical-coordinate representation of color #132D0B: hue angle of 105.88º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132D0B is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 11 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.82 |
| HSL | 105.88º | 0.61% | 0.11% | - |
| HSV(B) | 105.88º | 0.76% | 0.18% | - |
| XYZ | 1.27 | 2.04 | 0.64 | - |
| YUV | 33.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 11 | 0.58 | 0 | 0.76 | 0.82 | 105.88 | 0.61 | 0.11 |
| Hex | 13 | 2D | B | 3A | 0 | 4C | 52 | 6A | 3D | B |
| Octal | 23 | 55 | 13 | 72 | 0 | 114 | 122 | 152 | 75 | 13 |
| Binary | 10011 | 101101 | 1011 | 111010 | 0 | 1001100 | 1010010 | 1101010 | 111101 | 1011 |
Color Harmonies of #132D0B
Complementary color
Monochromatic Colors of #132D0B
Black with #132D0B
Text Example
Text Example
White with #132D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D0B; }
p { color: rgb(19,45,11); }
H1.HeaderClassName
{
color: #132D0B;
}
.AnyTagClassName
{
color: #132D0B;
}
</style>
background-color css
<style>
a { background-color: #132D0B; }
a { background-color: rgb(19,45,11); }
div.DivClassName
{
background-color: #132D0B;
}
.BgClassName
{
background-color: #132D0B;
}
</style>
border-color css
<style>
span { border-color: #132D0B; }
span { border-color: rgb(19,45,11); }
td.TdClassName
{
border-color: #132D0B;
}
.TagClassName
{
border-color: #132D0B;
}
</style>