Shades of Myrtle #133A17
Tints of Myrtle #133A17
RGB
CMYK
RGB Variations
Color information
#133A17 (or 0x133A17) is known color: Myrtle. HEX triplet: 13, 3A and 17. RGB value is (19,58,23). Sum of RGB (Red+Green+Blue) = 19+58+23=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #133A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A17 is #ECC5E8. Grayscale: #2A2A2A. Windows color (decimal): -15517161 or 1522195. OLE color: 1522195.
HSL color Cylindrical-coordinate representation of color #133A17: hue angle of 126.15º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A17 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 23 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.77 |
| HSL | 126.15º | 0.51% | 0.15% | - |
| HSV(B) | 126.15º | 0.67% | 0.23% | - |
| XYZ | 1.94 | 3.23 | 1.33 | - |
| YUV | 42.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 23 | 0.67 | 0 | 0.60 | 0.77 | 126.15 | 0.51 | 0.15 |
| Hex | 13 | 3A | 17 | 43 | 0 | 3C | 4D | 7E | 33 | F |
| Octal | 23 | 72 | 27 | 103 | 0 | 74 | 115 | 176 | 63 | 17 |
| Binary | 10011 | 111010 | 10111 | 1000011 | 0 | 111100 | 1001101 | 1111110 | 110011 | 1111 |
Color Harmonies of #133A17
Complementary color
Monochromatic Colors of #133A17
Black with #133A17
Text Example
Text Example
White with #133A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A17; }
p { color: rgb(19,58,23); }
H1.HeaderClassName
{
color: #133A17;
}
.AnyTagClassName
{
color: #133A17;
}
</style>
background-color css
<style>
a { background-color: #133A17; }
a { background-color: rgb(19,58,23); }
div.DivClassName
{
background-color: #133A17;
}
.BgClassName
{
background-color: #133A17;
}
</style>
border-color css
<style>
span { border-color: #133A17; }
span { border-color: rgb(19,58,23); }
td.TdClassName
{
border-color: #133A17;
}
.TagClassName
{
border-color: #133A17;
}
</style>