Shades of Myrtle #133213
Tints of Myrtle #133213
RGB
CMYK
RGB Variations
Color information
#133213 (or 0x133213) is known color: Myrtle. HEX triplet: 13, 32 and 13. RGB value is (19,50,19). Sum of RGB (Red+Green+Blue) = 19+50+19=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #133213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133213 is #ECCDEC. Grayscale: #252525. Windows color (decimal): -15519213 or 1258003. OLE color: 1258003.
HSL color Cylindrical-coordinate representation of color #133213: hue angle of 120º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133213 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 19 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.80 |
| HSL | 120º | 0.45% | 0.14% | - |
| HSV(B) | 120º | 0.62% | 0.2% | - |
| XYZ | 1.53 | 2.47 | 1.01 | - |
| YUV | 37.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 19 | 0.62 | 0 | 0.62 | 0.80 | 120 | 0.45 | 0.14 |
| Hex | 13 | 32 | 13 | 3E | 0 | 3E | 50 | 78 | 2D | E |
| Octal | 23 | 62 | 23 | 76 | 0 | 76 | 120 | 170 | 55 | 16 |
| Binary | 10011 | 110010 | 10011 | 111110 | 0 | 111110 | 1010000 | 1111000 | 101101 | 1110 |
Color Harmonies of #133213
Complementary color
Monochromatic Colors of #133213
Black with #133213
Text Example
Text Example
White with #133213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133213; }
p { color: rgb(19,50,19); }
H1.HeaderClassName
{
color: #133213;
}
.AnyTagClassName
{
color: #133213;
}
</style>
background-color css
<style>
a { background-color: #133213; }
a { background-color: rgb(19,50,19); }
div.DivClassName
{
background-color: #133213;
}
.BgClassName
{
background-color: #133213;
}
</style>
border-color css
<style>
span { border-color: #133213; }
span { border-color: rgb(19,50,19); }
td.TdClassName
{
border-color: #133213;
}
.TagClassName
{
border-color: #133213;
}
</style>