Shades of Myrtle #135312
Tints of Myrtle #135312
RGB
CMYK
RGB Variations
Color information
#135312 (or 0x135312) is known color: Myrtle. HEX triplet: 13, 53 and 12. RGB value is (19,83,18). Sum of RGB (Red+Green+Blue) = 19+83+18=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #135312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135312 is #ECACED. Grayscale: #383838. Windows color (decimal): -15510766 or 1200915. OLE color: 1200915.
HSL color Cylindrical-coordinate representation of color #135312: hue angle of 119.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135312 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 18 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.67 |
| HSL | 119.08º | 0.64% | 0.2% | - |
| HSV(B) | 119.08º | 0.78% | 0.33% | - |
| XYZ | 3.47 | 6.37 | 1.62 | - |
| YUV | 56.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 18 | 0.77 | 0 | 0.78 | 0.67 | 119.08 | 0.64 | 0.2 |
| Hex | 13 | 53 | 12 | 4D | 0 | 4E | 43 | 77 | 40 | 14 |
| Octal | 23 | 123 | 22 | 115 | 0 | 116 | 103 | 167 | 100 | 24 |
| Binary | 10011 | 1010011 | 10010 | 1001101 | 0 | 1001110 | 1000011 | 1110111 | 1000000 | 10100 |
Color Harmonies of #135312
Complementary color
Monochromatic Colors of #135312
Black with #135312
Text Example
Text Example
White with #135312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135312; }
p { color: rgb(19,83,18); }
H1.HeaderClassName
{
color: #135312;
}
.AnyTagClassName
{
color: #135312;
}
</style>
background-color css
<style>
a { background-color: #135312; }
a { background-color: rgb(19,83,18); }
div.DivClassName
{
background-color: #135312;
}
.BgClassName
{
background-color: #135312;
}
</style>
border-color css
<style>
span { border-color: #135312; }
span { border-color: rgb(19,83,18); }
td.TdClassName
{
border-color: #135312;
}
.TagClassName
{
border-color: #135312;
}
</style>