Shades of Myrtle #133713
Tints of Myrtle #133713
RGB
CMYK
RGB Variations
Color information
#133713 (or 0x133713) is known color: Myrtle. HEX triplet: 13, 37 and 13. RGB value is (19,55,19). Sum of RGB (Red+Green+Blue) = 19+55+19=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #133713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133713 is #ECC8EC. Grayscale: #282828. Windows color (decimal): -15517933 or 1259283. OLE color: 1259283.
HSL color Cylindrical-coordinate representation of color #133713: hue angle of 120º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133713 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 55 | 19 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.78 |
| HSL | 120º | 0.49% | 0.15% | - |
| HSV(B) | 120º | 0.65% | 0.22% | - |
| XYZ | 1.75 | 2.92 | 1.09 | - |
| YUV | 40.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 19 | 0.65 | 0 | 0.65 | 0.78 | 120 | 0.49 | 0.15 |
| Hex | 13 | 37 | 13 | 41 | 0 | 41 | 4E | 78 | 31 | F |
| Octal | 23 | 67 | 23 | 101 | 0 | 101 | 116 | 170 | 61 | 17 |
| Binary | 10011 | 110111 | 10011 | 1000001 | 0 | 1000001 | 1001110 | 1111000 | 110001 | 1111 |
Color Harmonies of #133713
Complementary color
Monochromatic Colors of #133713
Black with #133713
Text Example
Text Example
White with #133713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133713; }
p { color: rgb(19,55,19); }
H1.HeaderClassName
{
color: #133713;
}
.AnyTagClassName
{
color: #133713;
}
</style>
background-color css
<style>
a { background-color: #133713; }
a { background-color: rgb(19,55,19); }
div.DivClassName
{
background-color: #133713;
}
.BgClassName
{
background-color: #133713;
}
</style>
border-color css
<style>
span { border-color: #133713; }
span { border-color: rgb(19,55,19); }
td.TdClassName
{
border-color: #133713;
}
.TagClassName
{
border-color: #133713;
}
</style>