Shades of Myrtle #133D09
Tints of Myrtle #133D09
RGB
CMYK
RGB Variations
Color information
#133D09 (or 0x133D09) is known color: Myrtle. HEX triplet: 13, 3D and 09. RGB value is (19,61,9). Sum of RGB (Red+Green+Blue) = 19+61+9=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #133D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133D09 is #ECC2F6. Grayscale: #2A2A2A. Windows color (decimal): -15516407 or 605459. OLE color: 605459.
HSL color Cylindrical-coordinate representation of color #133D09: hue angle of 108.46º degrees, saturation: 0.74, 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 #133D09 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 9 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.76 |
| HSL | 108.46º | 0.74% | 0.14% | - |
| HSV(B) | 108.46º | 0.85% | 0.24% | - |
| XYZ | 1.99 | 3.5 | 0.83 | - |
| YUV | 42.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 9 | 0.69 | 0 | 0.85 | 0.76 | 108.46 | 0.74 | 0.14 |
| Hex | 13 | 3D | 9 | 45 | 0 | 55 | 4C | 6C | 4A | E |
| Octal | 23 | 75 | 11 | 105 | 0 | 125 | 114 | 154 | 112 | 16 |
| Binary | 10011 | 111101 | 1001 | 1000101 | 0 | 1010101 | 1001100 | 1101100 | 1001010 | 1110 |
Color Harmonies of #133D09
Complementary color
Monochromatic Colors of #133D09
Black with #133D09
Text Example
Text Example
White with #133D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D09; }
p { color: rgb(19,61,9); }
H1.HeaderClassName
{
color: #133D09;
}
.AnyTagClassName
{
color: #133D09;
}
</style>
background-color css
<style>
a { background-color: #133D09; }
a { background-color: rgb(19,61,9); }
div.DivClassName
{
background-color: #133D09;
}
.BgClassName
{
background-color: #133D09;
}
</style>
border-color css
<style>
span { border-color: #133D09; }
span { border-color: rgb(19,61,9); }
td.TdClassName
{
border-color: #133D09;
}
.TagClassName
{
border-color: #133D09;
}
</style>