Shades of Myrtle #134218
Tints of Myrtle #134218
RGB
CMYK
RGB Variations
Color information
#134218 (or 0x134218) is known color: Myrtle. HEX triplet: 13, 42 and 18. RGB value is (19,66,24). Sum of RGB (Red+Green+Blue) = 19+66+24=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #134218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134218 is #ECBDE7. Grayscale: #2F2F2F. Windows color (decimal): -15515112 or 1589779. OLE color: 1589779.
HSL color Cylindrical-coordinate representation of color #134218: hue angle of 126.38º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134218 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 24 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.74 |
| HSL | 126.38º | 0.55% | 0.17% | - |
| HSV(B) | 126.38º | 0.71% | 0.26% | - |
| XYZ | 2.38 | 4.1 | 1.53 | - |
| YUV | 47.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 24 | 0.71 | 0 | 0.64 | 0.74 | 126.38 | 0.55 | 0.17 |
| Hex | 13 | 42 | 18 | 47 | 0 | 40 | 4A | 7E | 37 | 11 |
| Octal | 23 | 102 | 30 | 107 | 0 | 100 | 112 | 176 | 67 | 21 |
| Binary | 10011 | 1000010 | 11000 | 1000111 | 0 | 1000000 | 1001010 | 1111110 | 110111 | 10001 |
Color Harmonies of #134218
Complementary color
Monochromatic Colors of #134218
Black with #134218
Text Example
Text Example
White with #134218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134218; }
p { color: rgb(19,66,24); }
H1.HeaderClassName
{
color: #134218;
}
.AnyTagClassName
{
color: #134218;
}
</style>
background-color css
<style>
a { background-color: #134218; }
a { background-color: rgb(19,66,24); }
div.DivClassName
{
background-color: #134218;
}
.BgClassName
{
background-color: #134218;
}
</style>
border-color css
<style>
span { border-color: #134218; }
span { border-color: rgb(19,66,24); }
td.TdClassName
{
border-color: #134218;
}
.TagClassName
{
border-color: #134218;
}
</style>