Shades of Myrtle #133913
Tints of Myrtle #133913
RGB
CMYK
RGB Variations
Color information
#133913 (or 0x133913) is known color: Myrtle. HEX triplet: 13, 39 and 13. RGB value is (19,57,19). Sum of RGB (Red+Green+Blue) = 19+57+19=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #133913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133913 is #ECC6EC. Grayscale: #292929. Windows color (decimal): -15517421 or 1259795. OLE color: 1259795.
HSL color Cylindrical-coordinate representation of color #133913: hue angle of 120º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133913 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 19 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.78 |
| HSL | 120º | 0.5% | 0.15% | - |
| HSV(B) | 120º | 0.67% | 0.22% | - |
| XYZ | 1.85 | 3.11 | 1.12 | - |
| YUV | 41.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 19 | 0.67 | 0 | 0.67 | 0.78 | 120 | 0.5 | 0.15 |
| Hex | 13 | 39 | 13 | 43 | 0 | 43 | 4E | 78 | 32 | F |
| Octal | 23 | 71 | 23 | 103 | 0 | 103 | 116 | 170 | 62 | 17 |
| Binary | 10011 | 111001 | 10011 | 1000011 | 0 | 1000011 | 1001110 | 1111000 | 110010 | 1111 |
Color Harmonies of #133913
Complementary color
Monochromatic Colors of #133913
Black with #133913
Text Example
Text Example
White with #133913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133913; }
p { color: rgb(19,57,19); }
H1.HeaderClassName
{
color: #133913;
}
.AnyTagClassName
{
color: #133913;
}
</style>
background-color css
<style>
a { background-color: #133913; }
a { background-color: rgb(19,57,19); }
div.DivClassName
{
background-color: #133913;
}
.BgClassName
{
background-color: #133913;
}
</style>
border-color css
<style>
span { border-color: #133913; }
span { border-color: rgb(19,57,19); }
td.TdClassName
{
border-color: #133913;
}
.TagClassName
{
border-color: #133913;
}
</style>