Shades of Myrtle #133A15
Tints of Myrtle #133A15
RGB
CMYK
RGB Variations
Color information
#133A15 (or 0x133A15) is known color: Myrtle. HEX triplet: 13, 3A and 15. RGB value is (19,58,21). Sum of RGB (Red+Green+Blue) = 19+58+21=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #133A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A15 is #ECC5EA. Grayscale: #2A2A2A. Windows color (decimal): -15517163 or 1391123. OLE color: 1391123.
HSL color Cylindrical-coordinate representation of color #133A15: hue angle of 123.08º 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 #133A15 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 21 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.77 |
| HSL | 123.08º | 0.51% | 0.15% | - |
| HSV(B) | 123.08º | 0.67% | 0.23% | - |
| XYZ | 1.92 | 3.22 | 1.23 | - |
| YUV | 42.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 21 | 0.67 | 0 | 0.64 | 0.77 | 123.08 | 0.51 | 0.15 |
| Hex | 13 | 3A | 15 | 43 | 0 | 40 | 4D | 7B | 33 | F |
| Octal | 23 | 72 | 25 | 103 | 0 | 100 | 115 | 173 | 63 | 17 |
| Binary | 10011 | 111010 | 10101 | 1000011 | 0 | 1000000 | 1001101 | 1111011 | 110011 | 1111 |
Color Harmonies of #133A15
Complementary color
Monochromatic Colors of #133A15
Black with #133A15
Text Example
Text Example
White with #133A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A15; }
p { color: rgb(19,58,21); }
H1.HeaderClassName
{
color: #133A15;
}
.AnyTagClassName
{
color: #133A15;
}
</style>
background-color css
<style>
a { background-color: #133A15; }
a { background-color: rgb(19,58,21); }
div.DivClassName
{
background-color: #133A15;
}
.BgClassName
{
background-color: #133A15;
}
</style>
border-color css
<style>
span { border-color: #133A15; }
span { border-color: rgb(19,58,21); }
td.TdClassName
{
border-color: #133A15;
}
.TagClassName
{
border-color: #133A15;
}
</style>