Shades of Myrtle #133806
Tints of Myrtle #133806
RGB
CMYK
RGB Variations
Color information
#133806 (or 0x133806) is known color: Myrtle. HEX triplet: 13, 38 and 06. RGB value is (19,56,6). Sum of RGB (Red+Green+Blue) = 19+56+6=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #133806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133806 is #ECC7F9. Grayscale: #272727. Windows color (decimal): -15517690 or 407571. OLE color: 407571.
HSL color Cylindrical-coordinate representation of color #133806: hue angle of 104.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133806 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 6 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.78 |
| HSL | 104.4º | 0.81% | 0.12% | - |
| HSV(B) | 104.4º | 0.89% | 0.22% | - |
| XYZ | 1.72 | 2.98 | 0.66 | - |
| YUV | 39.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 6 | 0.66 | 0 | 0.89 | 0.78 | 104.4 | 0.81 | 0.12 |
| Hex | 13 | 38 | 6 | 42 | 0 | 59 | 4E | 68 | 51 | C |
| Octal | 23 | 70 | 6 | 102 | 0 | 131 | 116 | 150 | 121 | 14 |
| Binary | 10011 | 111000 | 110 | 1000010 | 0 | 1011001 | 1001110 | 1101000 | 1010001 | 1100 |
Color Harmonies of #133806
Complementary color
Monochromatic Colors of #133806
Black with #133806
Text Example
Text Example
White with #133806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133806; }
p { color: rgb(19,56,6); }
H1.HeaderClassName
{
color: #133806;
}
.AnyTagClassName
{
color: #133806;
}
</style>
background-color css
<style>
a { background-color: #133806; }
a { background-color: rgb(19,56,6); }
div.DivClassName
{
background-color: #133806;
}
.BgClassName
{
background-color: #133806;
}
</style>
border-color css
<style>
span { border-color: #133806; }
span { border-color: rgb(19,56,6); }
td.TdClassName
{
border-color: #133806;
}
.TagClassName
{
border-color: #133806;
}
</style>