Shades of Myrtle #133E0A
Tints of Myrtle #133E0A
RGB
CMYK
RGB Variations
Color information
#133E0A (or 0x133E0A) is known color: Myrtle. HEX triplet: 13, 3E and 0A. RGB value is (19,62,10). Sum of RGB (Red+Green+Blue) = 19+62+10=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 62 (24.61% from 255 or 68.13% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 62 - color contains mainly: green. Hex color #133E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E0A is #ECC1F5. Grayscale: #2B2B2B. Windows color (decimal): -15516150 or 671251. OLE color: 671251.
HSL color Cylindrical-coordinate representation of color #133E0A: hue angle of 109.62º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133E0A is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 10 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.76 |
| HSL | 109.62º | 0.72% | 0.14% | - |
| HSV(B) | 109.62º | 0.84% | 0.24% | - |
| XYZ | 2.05 | 3.61 | 0.88 | - |
| YUV | 43.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 10 | 0.69 | 0 | 0.84 | 0.76 | 109.62 | 0.72 | 0.14 |
| Hex | 13 | 3E | A | 45 | 0 | 54 | 4C | 6E | 48 | E |
| Octal | 23 | 76 | 12 | 105 | 0 | 124 | 114 | 156 | 110 | 16 |
| Binary | 10011 | 111110 | 1010 | 1000101 | 0 | 1010100 | 1001100 | 1101110 | 1001000 | 1110 |
Color Harmonies of #133E0A
Complementary color
Monochromatic Colors of #133E0A
Black with #133E0A
Text Example
Text Example
White with #133E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E0A; }
p { color: rgb(19,62,10); }
H1.HeaderClassName
{
color: #133E0A;
}
.AnyTagClassName
{
color: #133E0A;
}
</style>
background-color css
<style>
a { background-color: #133E0A; }
a { background-color: rgb(19,62,10); }
div.DivClassName
{
background-color: #133E0A;
}
.BgClassName
{
background-color: #133E0A;
}
</style>
border-color css
<style>
span { border-color: #133E0A; }
span { border-color: rgb(19,62,10); }
td.TdClassName
{
border-color: #133E0A;
}
.TagClassName
{
border-color: #133E0A;
}
</style>