Shades of Myrtle #135316
Tints of Myrtle #135316
RGB
CMYK
RGB Variations
Color information
#135316 (or 0x135316) is known color: Myrtle. HEX triplet: 13, 53 and 16. RGB value is (19,83,22). Sum of RGB (Red+Green+Blue) = 19+83+22=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #135316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135316 is #ECACE9. Grayscale: #393939. Windows color (decimal): -15510762 or 1463059. OLE color: 1463059.
HSL color Cylindrical-coordinate representation of color #135316: hue angle of 122.81º 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 #135316 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 22 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.67 |
| HSL | 122.81º | 0.63% | 0.2% | - |
| HSV(B) | 122.81º | 0.77% | 0.33% | - |
| XYZ | 3.51 | 6.38 | 1.81 | - |
| YUV | 56.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 22 | 0.77 | 0 | 0.73 | 0.67 | 122.81 | 0.63 | 0.2 |
| Hex | 13 | 53 | 16 | 4D | 0 | 49 | 43 | 7B | 3F | 14 |
| Octal | 23 | 123 | 26 | 115 | 0 | 111 | 103 | 173 | 77 | 24 |
| Binary | 10011 | 1010011 | 10110 | 1001101 | 0 | 1001001 | 1000011 | 1111011 | 111111 | 10100 |
Color Harmonies of #135316
Complementary color
Monochromatic Colors of #135316
Black with #135316
Text Example
Text Example
White with #135316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135316; }
p { color: rgb(19,83,22); }
H1.HeaderClassName
{
color: #135316;
}
.AnyTagClassName
{
color: #135316;
}
</style>
background-color css
<style>
a { background-color: #135316; }
a { background-color: rgb(19,83,22); }
div.DivClassName
{
background-color: #135316;
}
.BgClassName
{
background-color: #135316;
}
</style>
border-color css
<style>
span { border-color: #135316; }
span { border-color: rgb(19,83,22); }
td.TdClassName
{
border-color: #135316;
}
.TagClassName
{
border-color: #135316;
}
</style>