Shades of Myrtle #135F12
Tints of Myrtle #135F12
RGB
CMYK
RGB Variations
Color information
#135F12 (or 0x135F12) is known color: Myrtle. HEX triplet: 13, 5F and 12. RGB value is (19,95,18). Sum of RGB (Red+Green+Blue) = 19+95+18=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 95 (37.5% from 255 or 71.97% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 95 - color contains mainly: green. Hex color #135F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135F12 is #ECA0ED. Grayscale: #3F3F3F. Windows color (decimal): -15507694 or 1203987. OLE color: 1203987.
HSL color Cylindrical-coordinate representation of color #135F12: hue angle of 119.22º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135F12 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 95 | 18 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.63 |
| HSL | 119.22º | 0.68% | 0.22% | - |
| HSV(B) | 119.22º | 0.81% | 0.37% | - |
| XYZ | 4.47 | 8.37 | 1.95 | - |
| YUV | 63.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 18 | 0.80 | 0 | 0.81 | 0.63 | 119.22 | 0.68 | 0.22 |
| Hex | 13 | 5F | 12 | 50 | 0 | 51 | 3F | 77 | 44 | 16 |
| Octal | 23 | 137 | 22 | 120 | 0 | 121 | 77 | 167 | 104 | 26 |
| Binary | 10011 | 1011111 | 10010 | 1010000 | 0 | 1010001 | 111111 | 1110111 | 1000100 | 10110 |
Color Harmonies of #135F12
Complementary color
Monochromatic Colors of #135F12
Black with #135F12
Text Example
Text Example
White with #135F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F12; }
p { color: rgb(19,95,18); }
H1.HeaderClassName
{
color: #135F12;
}
.AnyTagClassName
{
color: #135F12;
}
</style>
background-color css
<style>
a { background-color: #135F12; }
a { background-color: rgb(19,95,18); }
div.DivClassName
{
background-color: #135F12;
}
.BgClassName
{
background-color: #135F12;
}
</style>
border-color css
<style>
span { border-color: #135F12; }
span { border-color: rgb(19,95,18); }
td.TdClassName
{
border-color: #135F12;
}
.TagClassName
{
border-color: #135F12;
}
</style>