Shades of Myrtle #133404
Tints of Myrtle #133404
RGB
CMYK
RGB Variations
Color information
#133404 (or 0x133404) is known color: Myrtle. HEX triplet: 13, 34 and 04. RGB value is (19,52,4). Sum of RGB (Red+Green+Blue) = 19+52+4=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #133404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133404 is #ECCBFB. Grayscale: #242424. Windows color (decimal): -15518716 or 275475. OLE color: 275475.
HSL color Cylindrical-coordinate representation of color #133404: hue angle of 101.25º degrees, saturation: 0.86, 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 #133404 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 4 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.80 |
| HSL | 101.25º | 0.86% | 0.11% | - |
| HSV(B) | 101.25º | 0.92% | 0.2% | - |
| XYZ | 1.52 | 2.6 | 0.54 | - |
| YUV | 36.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 4 | 0.63 | 0 | 0.92 | 0.80 | 101.25 | 0.86 | 0.11 |
| Hex | 13 | 34 | 4 | 3F | 0 | 5C | 50 | 65 | 56 | B |
| Octal | 23 | 64 | 4 | 77 | 0 | 134 | 120 | 145 | 126 | 13 |
| Binary | 10011 | 110100 | 100 | 111111 | 0 | 1011100 | 1010000 | 1100101 | 1010110 | 1011 |
Color Harmonies of #133404
Complementary color
Monochromatic Colors of #133404
Black with #133404
Text Example
Text Example
White with #133404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133404; }
p { color: rgb(19,52,4); }
H1.HeaderClassName
{
color: #133404;
}
.AnyTagClassName
{
color: #133404;
}
</style>
background-color css
<style>
a { background-color: #133404; }
a { background-color: rgb(19,52,4); }
div.DivClassName
{
background-color: #133404;
}
.BgClassName
{
background-color: #133404;
}
</style>
border-color css
<style>
span { border-color: #133404; }
span { border-color: rgb(19,52,4); }
td.TdClassName
{
border-color: #133404;
}
.TagClassName
{
border-color: #133404;
}
</style>