Shades of Myrtle #133206
Tints of Myrtle #133206
RGB
CMYK
RGB Variations
Color information
#133206 (or 0x133206) is known color: Myrtle. HEX triplet: 13, 32 and 06. RGB value is (19,50,6). Sum of RGB (Red+Green+Blue) = 19+50+6=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 50 (19.92% from 255 or 66.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 50 - color contains mainly: green. Hex color #133206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133206 is #ECCDF9. Grayscale: #232323. Windows color (decimal): -15519226 or 406035. OLE color: 406035.
HSL color Cylindrical-coordinate representation of color #133206: hue angle of 102.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133206 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 6 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.80 |
| HSL | 102.27º | 0.79% | 0.11% | - |
| HSV(B) | 102.27º | 0.88% | 0.2% | - |
| XYZ | 1.44 | 2.43 | 0.57 | - |
| YUV | 35.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 6 | 0.62 | 0 | 0.88 | 0.80 | 102.27 | 0.79 | 0.11 |
| Hex | 13 | 32 | 6 | 3E | 0 | 58 | 50 | 66 | 4F | B |
| Octal | 23 | 62 | 6 | 76 | 0 | 130 | 120 | 146 | 117 | 13 |
| Binary | 10011 | 110010 | 110 | 111110 | 0 | 1011000 | 1010000 | 1100110 | 1001111 | 1011 |
Color Harmonies of #133206
Complementary color
Monochromatic Colors of #133206
Black with #133206
Text Example
Text Example
White with #133206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133206; }
p { color: rgb(19,50,6); }
H1.HeaderClassName
{
color: #133206;
}
.AnyTagClassName
{
color: #133206;
}
</style>
background-color css
<style>
a { background-color: #133206; }
a { background-color: rgb(19,50,6); }
div.DivClassName
{
background-color: #133206;
}
.BgClassName
{
background-color: #133206;
}
</style>
border-color css
<style>
span { border-color: #133206; }
span { border-color: rgb(19,50,6); }
td.TdClassName
{
border-color: #133206;
}
.TagClassName
{
border-color: #133206;
}
</style>