Shades of Myrtle #133E09
Tints of Myrtle #133E09
RGB
CMYK
RGB Variations
Color information
#133E09 (or 0x133E09) is known color: Myrtle. HEX triplet: 13, 3E and 09. RGB value is (19,62,9). Sum of RGB (Red+Green+Blue) = 19+62+9=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 62 (24.61% from 255 or 68.89% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 62 - color contains mainly: green. Hex color #133E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E09 is #ECC1F6. Grayscale: #2B2B2B. Windows color (decimal): -15516151 or 605715. OLE color: 605715.
HSL color Cylindrical-coordinate representation of color #133E09: hue angle of 108.68º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133E09 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 9 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.76 |
| HSL | 108.68º | 0.75% | 0.14% | - |
| HSV(B) | 108.68º | 0.85% | 0.24% | - |
| XYZ | 2.04 | 3.6 | 0.85 | - |
| YUV | 43.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 9 | 0.69 | 0 | 0.85 | 0.76 | 108.68 | 0.75 | 0.14 |
| Hex | 13 | 3E | 9 | 45 | 0 | 55 | 4C | 6D | 4B | E |
| Octal | 23 | 76 | 11 | 105 | 0 | 125 | 114 | 155 | 113 | 16 |
| Binary | 10011 | 111110 | 1001 | 1000101 | 0 | 1010101 | 1001100 | 1101101 | 1001011 | 1110 |
Color Harmonies of #133E09
Complementary color
Monochromatic Colors of #133E09
Black with #133E09
Text Example
Text Example
White with #133E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E09; }
p { color: rgb(19,62,9); }
H1.HeaderClassName
{
color: #133E09;
}
.AnyTagClassName
{
color: #133E09;
}
</style>
background-color css
<style>
a { background-color: #133E09; }
a { background-color: rgb(19,62,9); }
div.DivClassName
{
background-color: #133E09;
}
.BgClassName
{
background-color: #133E09;
}
</style>
border-color css
<style>
span { border-color: #133E09; }
span { border-color: rgb(19,62,9); }
td.TdClassName
{
border-color: #133E09;
}
.TagClassName
{
border-color: #133E09;
}
</style>