Shades of Myrtle #132F07
Tints of Myrtle #132F07
RGB
CMYK
RGB Variations
Color information
#132F07 (or 0x132F07) is known color: Myrtle. HEX triplet: 13, 2F and 07. RGB value is (19,47,7). Sum of RGB (Red+Green+Blue) = 19+47+7=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 47 (18.75% from 255 or 64.38% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 47 - color contains mainly: green. Hex color #132F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F07 is #ECD0F8. Grayscale: #222222. Windows color (decimal): -15519993 or 470803. OLE color: 470803.
HSL color Cylindrical-coordinate representation of color #132F07: hue angle of 102º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132F07 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 7 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.82 |
| HSL | 102º | 0.74% | 0.11% | - |
| HSV(B) | 102º | 0.85% | 0.18% | - |
| XYZ | 1.32 | 2.19 | 0.55 | - |
| YUV | 34.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 7 | 0.60 | 0 | 0.85 | 0.82 | 102 | 0.74 | 0.11 |
| Hex | 13 | 2F | 7 | 3C | 0 | 55 | 52 | 66 | 4A | B |
| Octal | 23 | 57 | 7 | 74 | 0 | 125 | 122 | 146 | 112 | 13 |
| Binary | 10011 | 101111 | 111 | 111100 | 0 | 1010101 | 1010010 | 1100110 | 1001010 | 1011 |
Color Harmonies of #132F07
Complementary color
Monochromatic Colors of #132F07
Black with #132F07
Text Example
Text Example
White with #132F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F07; }
p { color: rgb(19,47,7); }
H1.HeaderClassName
{
color: #132F07;
}
.AnyTagClassName
{
color: #132F07;
}
</style>
background-color css
<style>
a { background-color: #132F07; }
a { background-color: rgb(19,47,7); }
div.DivClassName
{
background-color: #132F07;
}
.BgClassName
{
background-color: #132F07;
}
</style>
border-color css
<style>
span { border-color: #132F07; }
span { border-color: rgb(19,47,7); }
td.TdClassName
{
border-color: #132F07;
}
.TagClassName
{
border-color: #132F07;
}
</style>