Shades of Myrtle #133604
Tints of Myrtle #133604
RGB
CMYK
RGB Variations
Color information
#133604 (or 0x133604) is known color: Myrtle. HEX triplet: 13, 36 and 04. RGB value is (19,54,4). Sum of RGB (Red+Green+Blue) = 19+54+4=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #133604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133604 is #ECC9FB. Grayscale: #262626. Windows color (decimal): -15518204 or 275987. OLE color: 275987.
HSL color Cylindrical-coordinate representation of color #133604: hue angle of 102º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #133604 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 54 | 4 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.79 |
| HSL | 102º | 0.86% | 0.11% | - |
| HSV(B) | 102º | 0.93% | 0.21% | - |
| XYZ | 1.61 | 2.79 | 0.57 | - |
| YUV | 37.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 4 | 0.65 | 0 | 0.93 | 0.79 | 102 | 0.86 | 0.11 |
| Hex | 13 | 36 | 4 | 41 | 0 | 5D | 4F | 66 | 56 | B |
| Octal | 23 | 66 | 4 | 101 | 0 | 135 | 117 | 146 | 126 | 13 |
| Binary | 10011 | 110110 | 100 | 1000001 | 0 | 1011101 | 1001111 | 1100110 | 1010110 | 1011 |
Color Harmonies of #133604
Complementary color
Monochromatic Colors of #133604
Black with #133604
Text Example
Text Example
White with #133604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133604; }
p { color: rgb(19,54,4); }
H1.HeaderClassName
{
color: #133604;
}
.AnyTagClassName
{
color: #133604;
}
</style>
background-color css
<style>
a { background-color: #133604; }
a { background-color: rgb(19,54,4); }
div.DivClassName
{
background-color: #133604;
}
.BgClassName
{
background-color: #133604;
}
</style>
border-color css
<style>
span { border-color: #133604; }
span { border-color: rgb(19,54,4); }
td.TdClassName
{
border-color: #133604;
}
.TagClassName
{
border-color: #133604;
}
</style>