Shades of Myrtle #133307
Tints of Myrtle #133307
RGB
CMYK
RGB Variations
Color information
#133307 (or 0x133307) is known color: Myrtle. HEX triplet: 13, 33 and 07. RGB value is (19,51,7). Sum of RGB (Red+Green+Blue) = 19+51+7=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #133307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133307 is #ECCCF8. Grayscale: #242424. Windows color (decimal): -15518969 or 471827. OLE color: 471827.
HSL color Cylindrical-coordinate representation of color #133307: hue angle of 103.64º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133307 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 7 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.8 |
| HSL | 103.64º | 0.76% | 0.11% | - |
| HSV(B) | 103.64º | 0.86% | 0.2% | - |
| XYZ | 1.49 | 2.52 | 0.61 | - |
| YUV | 36.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 7 | 0.63 | 0 | 0.86 | 0.8 | 103.64 | 0.76 | 0.11 |
| Hex | 13 | 33 | 7 | 3F | 0 | 56 | 50 | 68 | 4C | B |
| Octal | 23 | 63 | 7 | 77 | 0 | 126 | 120 | 150 | 114 | 13 |
| Binary | 10011 | 110011 | 111 | 111111 | 0 | 1010110 | 1010000 | 1101000 | 1001100 | 1011 |
Color Harmonies of #133307
Complementary color
Monochromatic Colors of #133307
Black with #133307
Text Example
Text Example
White with #133307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133307; }
p { color: rgb(19,51,7); }
H1.HeaderClassName
{
color: #133307;
}
.AnyTagClassName
{
color: #133307;
}
</style>
background-color css
<style>
a { background-color: #133307; }
a { background-color: rgb(19,51,7); }
div.DivClassName
{
background-color: #133307;
}
.BgClassName
{
background-color: #133307;
}
</style>
border-color css
<style>
span { border-color: #133307; }
span { border-color: rgb(19,51,7); }
td.TdClassName
{
border-color: #133307;
}
.TagClassName
{
border-color: #133307;
}
</style>