Shades of Myrtle #132A08
Tints of Myrtle #132A08
RGB
CMYK
RGB Variations
Color information
#132A08 (or 0x132A08) is known color: Myrtle. HEX triplet: 13, 2A and 08. RGB value is (19,42,8). Sum of RGB (Red+Green+Blue) = 19+42+8=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 42 (16.80% from 255 or 60.87% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 42 - color contains mainly: green. Hex color #132A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A08 is #ECD5F7. Grayscale: #1F1F1F. Windows color (decimal): -15521272 or 535059. OLE color: 535059.
HSL color Cylindrical-coordinate representation of color #132A08: hue angle of 100.59º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132A08 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 42 | 8 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.84 |
| HSL | 100.59º | 0.68% | 0.1% | - |
| HSV(B) | 100.59º | 0.81% | 0.16% | - |
| XYZ | 1.14 | 1.81 | 0.52 | - |
| YUV | 31.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 8 | 0.55 | 0 | 0.81 | 0.84 | 100.59 | 0.68 | 0.1 |
| Hex | 13 | 2A | 8 | 37 | 0 | 51 | 54 | 65 | 44 | A |
| Octal | 23 | 52 | 10 | 67 | 0 | 121 | 124 | 145 | 104 | 12 |
| Binary | 10011 | 101010 | 1000 | 110111 | 0 | 1010001 | 1010100 | 1100101 | 1000100 | 1010 |
Color Harmonies of #132A08
Complementary color
Monochromatic Colors of #132A08
Black with #132A08
Text Example
Text Example
White with #132A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A08; }
p { color: rgb(19,42,8); }
H1.HeaderClassName
{
color: #132A08;
}
.AnyTagClassName
{
color: #132A08;
}
</style>
background-color css
<style>
a { background-color: #132A08; }
a { background-color: rgb(19,42,8); }
div.DivClassName
{
background-color: #132A08;
}
.BgClassName
{
background-color: #132A08;
}
</style>
border-color css
<style>
span { border-color: #132A08; }
span { border-color: rgb(19,42,8); }
td.TdClassName
{
border-color: #132A08;
}
.TagClassName
{
border-color: #132A08;
}
</style>