Shades of Myrtle #133413
Tints of Myrtle #133413
RGB
CMYK
RGB Variations
Color information
#133413 (or 0x133413) is known color: Myrtle. HEX triplet: 13, 34 and 13. RGB value is (19,52,19). Sum of RGB (Red+Green+Blue) = 19+52+19=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #133413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133413 is #ECCBEC. Grayscale: #262626. Windows color (decimal): -15518701 or 1258515. OLE color: 1258515.
HSL color Cylindrical-coordinate representation of color #133413: hue angle of 120º 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 #133413 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 52 | 19 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.80 |
| HSL | 120º | 0.46% | 0.14% | - |
| HSV(B) | 120º | 0.63% | 0.2% | - |
| XYZ | 1.61 | 2.64 | 1.04 | - |
| YUV | 38.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 19 | 0.63 | 0 | 0.63 | 0.80 | 120 | 0.46 | 0.14 |
| Hex | 13 | 34 | 13 | 3F | 0 | 3F | 50 | 78 | 2E | E |
| Octal | 23 | 64 | 23 | 77 | 0 | 77 | 120 | 170 | 56 | 16 |
| Binary | 10011 | 110100 | 10011 | 111111 | 0 | 111111 | 1010000 | 1111000 | 101110 | 1110 |
Color Harmonies of #133413
Complementary color
Monochromatic Colors of #133413
Black with #133413
Text Example
Text Example
White with #133413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133413; }
p { color: rgb(19,52,19); }
H1.HeaderClassName
{
color: #133413;
}
.AnyTagClassName
{
color: #133413;
}
</style>
background-color css
<style>
a { background-color: #133413; }
a { background-color: rgb(19,52,19); }
div.DivClassName
{
background-color: #133413;
}
.BgClassName
{
background-color: #133413;
}
</style>
border-color css
<style>
span { border-color: #133413; }
span { border-color: rgb(19,52,19); }
td.TdClassName
{
border-color: #133413;
}
.TagClassName
{
border-color: #133413;
}
</style>