Shades of Myrtle #133304
Tints of Myrtle #133304
RGB
CMYK
RGB Variations
Color information
#133304 (or 0x133304) is known color: Myrtle. HEX triplet: 13, 33 and 04. RGB value is (19,51,4). Sum of RGB (Red+Green+Blue) = 19+51+4=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #133304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133304 is #ECCCFB. Grayscale: #242424. Windows color (decimal): -15518972 or 275219. OLE color: 275219.
HSL color Cylindrical-coordinate representation of color #133304: hue angle of 100.85º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133304 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 4 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.8 |
| HSL | 100.85º | 0.85% | 0.11% | - |
| HSV(B) | 100.85º | 0.92% | 0.2% | - |
| XYZ | 1.47 | 2.51 | 0.52 | - |
| YUV | 36.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 4 | 0.63 | 0 | 0.92 | 0.8 | 100.85 | 0.85 | 0.11 |
| Hex | 13 | 33 | 4 | 3F | 0 | 5C | 50 | 65 | 55 | B |
| Octal | 23 | 63 | 4 | 77 | 0 | 134 | 120 | 145 | 125 | 13 |
| Binary | 10011 | 110011 | 100 | 111111 | 0 | 1011100 | 1010000 | 1100101 | 1010101 | 1011 |
Color Harmonies of #133304
Complementary color
Monochromatic Colors of #133304
Black with #133304
Text Example
Text Example
White with #133304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133304; }
p { color: rgb(19,51,4); }
H1.HeaderClassName
{
color: #133304;
}
.AnyTagClassName
{
color: #133304;
}
</style>
background-color css
<style>
a { background-color: #133304; }
a { background-color: rgb(19,51,4); }
div.DivClassName
{
background-color: #133304;
}
.BgClassName
{
background-color: #133304;
}
</style>
border-color css
<style>
span { border-color: #133304; }
span { border-color: rgb(19,51,4); }
td.TdClassName
{
border-color: #133304;
}
.TagClassName
{
border-color: #133304;
}
</style>