Shades of Myrtle #133B13
Tints of Myrtle #133B13
RGB
CMYK
RGB Variations
Color information
#133B13 (or 0x133B13) is known color: Myrtle. HEX triplet: 13, 3B and 13. RGB value is (19,59,19). Sum of RGB (Red+Green+Blue) = 19+59+19=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 59 (23.44% from 255 or 60.82% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 59 - color contains mainly: green. Hex color #133B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B13 is #ECC4EC. Grayscale: #2A2A2A. Windows color (decimal): -15516909 or 1260307. OLE color: 1260307.
HSL color Cylindrical-coordinate representation of color #133B13: hue angle of 120º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133B13 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 59 | 19 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.77 |
| HSL | 120º | 0.51% | 0.15% | - |
| HSV(B) | 120º | 0.68% | 0.23% | - |
| XYZ | 1.95 | 3.31 | 1.15 | - |
| YUV | 42.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 19 | 0.68 | 0 | 0.68 | 0.77 | 120 | 0.51 | 0.15 |
| Hex | 13 | 3B | 13 | 44 | 0 | 44 | 4D | 78 | 33 | F |
| Octal | 23 | 73 | 23 | 104 | 0 | 104 | 115 | 170 | 63 | 17 |
| Binary | 10011 | 111011 | 10011 | 1000100 | 0 | 1000100 | 1001101 | 1111000 | 110011 | 1111 |
Color Harmonies of #133B13
Complementary color
Monochromatic Colors of #133B13
Black with #133B13
Text Example
Text Example
White with #133B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B13; }
p { color: rgb(19,59,19); }
H1.HeaderClassName
{
color: #133B13;
}
.AnyTagClassName
{
color: #133B13;
}
</style>
background-color css
<style>
a { background-color: #133B13; }
a { background-color: rgb(19,59,19); }
div.DivClassName
{
background-color: #133B13;
}
.BgClassName
{
background-color: #133B13;
}
</style>
border-color css
<style>
span { border-color: #133B13; }
span { border-color: rgb(19,59,19); }
td.TdClassName
{
border-color: #133B13;
}
.TagClassName
{
border-color: #133B13;
}
</style>