Shades of Myrtle #135812
Tints of Myrtle #135812
RGB
CMYK
RGB Variations
Color information
#135812 (or 0x135812) is known color: Myrtle. HEX triplet: 13, 58 and 12. RGB value is (19,88,18). Sum of RGB (Red+Green+Blue) = 19+88+18=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #135812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135812 is #ECA7ED. Grayscale: #3B3B3B. Windows color (decimal): -15509486 or 1202195. OLE color: 1202195.
HSL color Cylindrical-coordinate representation of color #135812: hue angle of 119.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135812 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 88 | 18 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.65 |
| HSL | 119.14º | 0.66% | 0.21% | - |
| HSV(B) | 119.14º | 0.8% | 0.35% | - |
| XYZ | 3.87 | 7.16 | 1.75 | - |
| YUV | 59.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 18 | 0.78 | 0 | 0.80 | 0.65 | 119.14 | 0.66 | 0.21 |
| Hex | 13 | 58 | 12 | 4E | 0 | 50 | 41 | 77 | 42 | 15 |
| Octal | 23 | 130 | 22 | 116 | 0 | 120 | 101 | 167 | 102 | 25 |
| Binary | 10011 | 1011000 | 10010 | 1001110 | 0 | 1010000 | 1000001 | 1110111 | 1000010 | 10101 |
Color Harmonies of #135812
Complementary color
Monochromatic Colors of #135812
Black with #135812
Text Example
Text Example
White with #135812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135812; }
p { color: rgb(19,88,18); }
H1.HeaderClassName
{
color: #135812;
}
.AnyTagClassName
{
color: #135812;
}
</style>
background-color css
<style>
a { background-color: #135812; }
a { background-color: rgb(19,88,18); }
div.DivClassName
{
background-color: #135812;
}
.BgClassName
{
background-color: #135812;
}
</style>
border-color css
<style>
span { border-color: #135812; }
span { border-color: rgb(19,88,18); }
td.TdClassName
{
border-color: #135812;
}
.TagClassName
{
border-color: #135812;
}
</style>