Shades of Myrtle #133012
Tints of Myrtle #133012
RGB
CMYK
RGB Variations
Color information
#133012 (or 0x133012) is known color: Myrtle. HEX triplet: 13, 30 and 12. RGB value is (19,48,18). Sum of RGB (Red+Green+Blue) = 19+48+18=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #133012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133012 is #ECCFED. Grayscale: #242424. Windows color (decimal): -15519726 or 1191955. OLE color: 1191955.
HSL color Cylindrical-coordinate representation of color #133012: hue angle of 118º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133012 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 18 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.81 |
| HSL | 118º | 0.45% | 0.13% | - |
| HSV(B) | 118º | 0.63% | 0.19% | - |
| XYZ | 1.43 | 2.3 | 0.94 | - |
| YUV | 35.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 18 | 0.60 | 0 | 0.63 | 0.81 | 118 | 0.45 | 0.13 |
| Hex | 13 | 30 | 12 | 3C | 0 | 3F | 51 | 76 | 2D | D |
| Octal | 23 | 60 | 22 | 74 | 0 | 77 | 121 | 166 | 55 | 15 |
| Binary | 10011 | 110000 | 10010 | 111100 | 0 | 111111 | 1010001 | 1110110 | 101101 | 1101 |
Color Harmonies of #133012
Complementary color
Monochromatic Colors of #133012
Black with #133012
Text Example
Text Example
White with #133012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133012; }
p { color: rgb(19,48,18); }
H1.HeaderClassName
{
color: #133012;
}
.AnyTagClassName
{
color: #133012;
}
</style>
background-color css
<style>
a { background-color: #133012; }
a { background-color: rgb(19,48,18); }
div.DivClassName
{
background-color: #133012;
}
.BgClassName
{
background-color: #133012;
}
</style>
border-color css
<style>
span { border-color: #133012; }
span { border-color: rgb(19,48,18); }
td.TdClassName
{
border-color: #133012;
}
.TagClassName
{
border-color: #133012;
}
</style>