Shades of Myrtle #13600C
Tints of Myrtle #13600C
RGB
CMYK
RGB Variations
Color information
#13600C (or 0x13600C) is known color: Myrtle. HEX triplet: 13, 60 and 0C. RGB value is (19,96,12). Sum of RGB (Red+Green+Blue) = 19+96+12=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 96 (37.89% from 255 or 75.59% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 96 - color contains mainly: green. Hex color #13600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13600C is #EC9FF3. Grayscale: #3F3F3F. Windows color (decimal): -15507444 or 811027. OLE color: 811027.
HSL color Cylindrical-coordinate representation of color #13600C: hue angle of 115º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13600C is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 12 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.62 |
| HSL | 115º | 0.78% | 0.21% | - |
| HSV(B) | 115º | 0.88% | 0.38% | - |
| XYZ | 4.52 | 8.53 | 1.76 | - |
| YUV | 63.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 12 | 0.80 | 0 | 0.88 | 0.62 | 115 | 0.78 | 0.21 |
| Hex | 13 | 60 | C | 50 | 0 | 58 | 3E | 73 | 4E | 15 |
| Octal | 23 | 140 | 14 | 120 | 0 | 130 | 76 | 163 | 116 | 25 |
| Binary | 10011 | 1100000 | 1100 | 1010000 | 0 | 1011000 | 111110 | 1110011 | 1001110 | 10101 |
Color Harmonies of #13600C
Complementary color
Monochromatic Colors of #13600C
Black with #13600C
Text Example
Text Example
White with #13600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13600C; }
p { color: rgb(19,96,12); }
H1.HeaderClassName
{
color: #13600C;
}
.AnyTagClassName
{
color: #13600C;
}
</style>
background-color css
<style>
a { background-color: #13600C; }
a { background-color: rgb(19,96,12); }
div.DivClassName
{
background-color: #13600C;
}
.BgClassName
{
background-color: #13600C;
}
</style>
border-color css
<style>
span { border-color: #13600C; }
span { border-color: rgb(19,96,12); }
td.TdClassName
{
border-color: #13600C;
}
.TagClassName
{
border-color: #13600C;
}
</style>