Shades of Myrtle #133509
Tints of Myrtle #133509
RGB
CMYK
RGB Variations
Color information
#133509 (or 0x133509) is known color: Myrtle. HEX triplet: 13, 35 and 09. RGB value is (19,53,9). Sum of RGB (Red+Green+Blue) = 19+53+9=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 53 (21.09% from 255 or 65.43% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 53 - color contains mainly: green. Hex color #133509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133509 is #ECCAF6. Grayscale: #252525. Windows color (decimal): -15518455 or 603411. OLE color: 603411.
HSL color Cylindrical-coordinate representation of color #133509: hue angle of 106.36º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133509 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 53 | 9 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.79 |
| HSL | 106.36º | 0.71% | 0.12% | - |
| HSV(B) | 106.36º | 0.83% | 0.21% | - |
| XYZ | 1.59 | 2.7 | 0.7 | - |
| YUV | 37.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 9 | 0.64 | 0 | 0.83 | 0.79 | 106.36 | 0.71 | 0.12 |
| Hex | 13 | 35 | 9 | 40 | 0 | 53 | 4F | 6A | 47 | C |
| Octal | 23 | 65 | 11 | 100 | 0 | 123 | 117 | 152 | 107 | 14 |
| Binary | 10011 | 110101 | 1001 | 1000000 | 0 | 1010011 | 1001111 | 1101010 | 1000111 | 1100 |
Color Harmonies of #133509
Complementary color
Monochromatic Colors of #133509
Black with #133509
Text Example
Text Example
White with #133509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133509; }
p { color: rgb(19,53,9); }
H1.HeaderClassName
{
color: #133509;
}
.AnyTagClassName
{
color: #133509;
}
</style>
background-color css
<style>
a { background-color: #133509; }
a { background-color: rgb(19,53,9); }
div.DivClassName
{
background-color: #133509;
}
.BgClassName
{
background-color: #133509;
}
</style>
border-color css
<style>
span { border-color: #133509; }
span { border-color: rgb(19,53,9); }
td.TdClassName
{
border-color: #133509;
}
.TagClassName
{
border-color: #133509;
}
</style>