Shades of Myrtle #135211
Tints of Myrtle #135211
RGB
CMYK
RGB Variations
Color information
#135211 (or 0x135211) is known color: Myrtle. HEX triplet: 13, 52 and 11. RGB value is (19,82,17). Sum of RGB (Red+Green+Blue) = 19+82+17=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #135211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135211 is #ECADEE. Grayscale: #373737. Windows color (decimal): -15511023 or 1135123. OLE color: 1135123.
HSL color Cylindrical-coordinate representation of color #135211: hue angle of 118.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135211 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 17 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.68 |
| HSL | 118.15º | 0.66% | 0.19% | - |
| HSV(B) | 118.15º | 0.79% | 0.32% | - |
| XYZ | 3.39 | 6.21 | 1.55 | - |
| YUV | 55.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 17 | 0.77 | 0 | 0.79 | 0.68 | 118.15 | 0.66 | 0.19 |
| Hex | 13 | 52 | 11 | 4D | 0 | 4F | 44 | 76 | 42 | 13 |
| Octal | 23 | 122 | 21 | 115 | 0 | 117 | 104 | 166 | 102 | 23 |
| Binary | 10011 | 1010010 | 10001 | 1001101 | 0 | 1001111 | 1000100 | 1110110 | 1000010 | 10011 |
Color Harmonies of #135211
Complementary color
Monochromatic Colors of #135211
Black with #135211
Text Example
Text Example
White with #135211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135211; }
p { color: rgb(19,82,17); }
H1.HeaderClassName
{
color: #135211;
}
.AnyTagClassName
{
color: #135211;
}
</style>
background-color css
<style>
a { background-color: #135211; }
a { background-color: rgb(19,82,17); }
div.DivClassName
{
background-color: #135211;
}
.BgClassName
{
background-color: #135211;
}
</style>
border-color css
<style>
span { border-color: #135211; }
span { border-color: rgb(19,82,17); }
td.TdClassName
{
border-color: #135211;
}
.TagClassName
{
border-color: #135211;
}
</style>