Shades of Myrtle #132F0F
Tints of Myrtle #132F0F
RGB
CMYK
RGB Variations
Color information
#132F0F (or 0x132F0F) is known color: Myrtle. HEX triplet: 13, 2F and 0F. RGB value is (19,47,15). Sum of RGB (Red+Green+Blue) = 19+47+15=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 47 (18.75% from 255 or 58.02% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 47 - color contains mainly: green. Hex color #132F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F0F is #ECD0F0. Grayscale: #232323. Windows color (decimal): -15519985 or 995091. OLE color: 995091.
HSL color Cylindrical-coordinate representation of color #132F0F: hue angle of 112.5º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #132F0F is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 15 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.82 |
| HSL | 112.5º | 0.52% | 0.12% | - |
| HSV(B) | 112.5º | 0.68% | 0.18% | - |
| XYZ | 1.37 | 2.21 | 0.81 | - |
| YUV | 34.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 15 | 0.60 | 0 | 0.68 | 0.82 | 112.5 | 0.52 | 0.12 |
| Hex | 13 | 2F | F | 3C | 0 | 44 | 52 | 70 | 34 | C |
| Octal | 23 | 57 | 17 | 74 | 0 | 104 | 122 | 160 | 64 | 14 |
| Binary | 10011 | 101111 | 1111 | 111100 | 0 | 1000100 | 1010010 | 1110000 | 110100 | 1100 |
Color Harmonies of #132F0F
Complementary color
Monochromatic Colors of #132F0F
Black with #132F0F
Text Example
Text Example
White with #132F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F0F; }
p { color: rgb(19,47,15); }
H1.HeaderClassName
{
color: #132F0F;
}
.AnyTagClassName
{
color: #132F0F;
}
</style>
background-color css
<style>
a { background-color: #132F0F; }
a { background-color: rgb(19,47,15); }
div.DivClassName
{
background-color: #132F0F;
}
.BgClassName
{
background-color: #132F0F;
}
</style>
border-color css
<style>
span { border-color: #132F0F; }
span { border-color: rgb(19,47,15); }
td.TdClassName
{
border-color: #132F0F;
}
.TagClassName
{
border-color: #132F0F;
}
</style>