Shades of Myrtle #135314
Tints of Myrtle #135314
RGB
CMYK
RGB Variations
Color information
#135314 (or 0x135314) is known color: Myrtle. HEX triplet: 13, 53 and 14. RGB value is (19,83,20). Sum of RGB (Red+Green+Blue) = 19+83+20=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #135314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135314 is #ECACEB. Grayscale: #383838. Windows color (decimal): -15510764 or 1331987. OLE color: 1331987.
HSL color Cylindrical-coordinate representation of color #135314: hue angle of 120.94º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135314 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 20 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.67 |
| HSL | 120.94º | 0.63% | 0.2% | - |
| HSV(B) | 120.94º | 0.77% | 0.33% | - |
| XYZ | 3.49 | 6.38 | 1.71 | - |
| YUV | 56.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 20 | 0.77 | 0 | 0.76 | 0.67 | 120.94 | 0.63 | 0.2 |
| Hex | 13 | 53 | 14 | 4D | 0 | 4C | 43 | 79 | 3F | 14 |
| Octal | 23 | 123 | 24 | 115 | 0 | 114 | 103 | 171 | 77 | 24 |
| Binary | 10011 | 1010011 | 10100 | 1001101 | 0 | 1001100 | 1000011 | 1111001 | 111111 | 10100 |
Color Harmonies of #135314
Complementary color
Monochromatic Colors of #135314
Black with #135314
Text Example
Text Example
White with #135314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135314; }
p { color: rgb(19,83,20); }
H1.HeaderClassName
{
color: #135314;
}
.AnyTagClassName
{
color: #135314;
}
</style>
background-color css
<style>
a { background-color: #135314; }
a { background-color: rgb(19,83,20); }
div.DivClassName
{
background-color: #135314;
}
.BgClassName
{
background-color: #135314;
}
</style>
border-color css
<style>
span { border-color: #135314; }
span { border-color: rgb(19,83,20); }
td.TdClassName
{
border-color: #135314;
}
.TagClassName
{
border-color: #135314;
}
</style>