Shades of Myrtle #133E16
Tints of Myrtle #133E16
RGB
CMYK
RGB Variations
Color information
#133E16 (or 0x133E16) is known color: Myrtle. HEX triplet: 13, 3E and 16. RGB value is (19,62,22). Sum of RGB (Red+Green+Blue) = 19+62+22=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 62 (24.61% from 255 or 60.19% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 62 - color contains mainly: green. Hex color #133E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E16 is #ECC1E9. Grayscale: #2C2C2C. Windows color (decimal): -15516138 or 1457683. OLE color: 1457683.
HSL color Cylindrical-coordinate representation of color #133E16: hue angle of 124.19º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E16 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 22 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.76 |
| HSL | 124.19º | 0.53% | 0.16% | - |
| HSV(B) | 124.19º | 0.69% | 0.24% | - |
| XYZ | 2.14 | 3.64 | 1.35 | - |
| YUV | 44.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 22 | 0.69 | 0 | 0.65 | 0.76 | 124.19 | 0.53 | 0.16 |
| Hex | 13 | 3E | 16 | 45 | 0 | 41 | 4C | 7C | 35 | 10 |
| Octal | 23 | 76 | 26 | 105 | 0 | 101 | 114 | 174 | 65 | 20 |
| Binary | 10011 | 111110 | 10110 | 1000101 | 0 | 1000001 | 1001100 | 1111100 | 110101 | 10000 |
Color Harmonies of #133E16
Complementary color
Monochromatic Colors of #133E16
Black with #133E16
Text Example
Text Example
White with #133E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E16; }
p { color: rgb(19,62,22); }
H1.HeaderClassName
{
color: #133E16;
}
.AnyTagClassName
{
color: #133E16;
}
</style>
background-color css
<style>
a { background-color: #133E16; }
a { background-color: rgb(19,62,22); }
div.DivClassName
{
background-color: #133E16;
}
.BgClassName
{
background-color: #133E16;
}
</style>
border-color css
<style>
span { border-color: #133E16; }
span { border-color: rgb(19,62,22); }
td.TdClassName
{
border-color: #133E16;
}
.TagClassName
{
border-color: #133E16;
}
</style>