Shades of Myrtle #133314
Tints of Myrtle #133314
RGB
CMYK
RGB Variations
Color information
#133314 (or 0x133314) is known color: Myrtle. HEX triplet: 13, 33 and 14. RGB value is (19,51,20). Sum of RGB (Red+Green+Blue) = 19+51+20=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #133314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133314 is #ECCCEB. Grayscale: #252525. Windows color (decimal): -15518956 or 1323795. OLE color: 1323795.
HSL color Cylindrical-coordinate representation of color #133314: hue angle of 121.88º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133314 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 20 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.8 |
| HSL | 121.88º | 0.46% | 0.14% | - |
| HSV(B) | 121.88º | 0.63% | 0.2% | - |
| XYZ | 1.58 | 2.56 | 1.07 | - |
| YUV | 37.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 20 | 0.63 | 0 | 0.61 | 0.8 | 121.88 | 0.46 | 0.14 |
| Hex | 13 | 33 | 14 | 3F | 0 | 3D | 50 | 7A | 2E | E |
| Octal | 23 | 63 | 24 | 77 | 0 | 75 | 120 | 172 | 56 | 16 |
| Binary | 10011 | 110011 | 10100 | 111111 | 0 | 111101 | 1010000 | 1111010 | 101110 | 1110 |
Color Harmonies of #133314
Complementary color
Monochromatic Colors of #133314
Black with #133314
Text Example
Text Example
White with #133314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133314; }
p { color: rgb(19,51,20); }
H1.HeaderClassName
{
color: #133314;
}
.AnyTagClassName
{
color: #133314;
}
</style>
background-color css
<style>
a { background-color: #133314; }
a { background-color: rgb(19,51,20); }
div.DivClassName
{
background-color: #133314;
}
.BgClassName
{
background-color: #133314;
}
</style>
border-color css
<style>
span { border-color: #133314; }
span { border-color: rgb(19,51,20); }
td.TdClassName
{
border-color: #133314;
}
.TagClassName
{
border-color: #133314;
}
</style>