Shades of Myrtle #134619
Tints of Myrtle #134619
RGB
CMYK
RGB Variations
Color information
#134619 (or 0x134619) is known color: Myrtle. HEX triplet: 13, 46 and 19. RGB value is (19,70,25). Sum of RGB (Red+Green+Blue) = 19+70+25=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #134619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134619 is #ECB9E6. Grayscale: #313131. Windows color (decimal): -15514087 or 1656339. OLE color: 1656339.
HSL color Cylindrical-coordinate representation of color #134619: hue angle of 127.06º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134619 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 25 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.73 |
| HSL | 127.06º | 0.57% | 0.17% | - |
| HSV(B) | 127.06º | 0.73% | 0.27% | - |
| XYZ | 2.63 | 4.59 | 1.67 | - |
| YUV | 49.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 25 | 0.73 | 0 | 0.64 | 0.73 | 127.06 | 0.57 | 0.17 |
| Hex | 13 | 46 | 19 | 49 | 0 | 40 | 49 | 7F | 39 | 11 |
| Octal | 23 | 106 | 31 | 111 | 0 | 100 | 111 | 177 | 71 | 21 |
| Binary | 10011 | 1000110 | 11001 | 1001001 | 0 | 1000000 | 1001001 | 1111111 | 111001 | 10001 |
Color Harmonies of #134619
Complementary color
Monochromatic Colors of #134619
Black with #134619
Text Example
Text Example
White with #134619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134619; }
p { color: rgb(19,70,25); }
H1.HeaderClassName
{
color: #134619;
}
.AnyTagClassName
{
color: #134619;
}
</style>
background-color css
<style>
a { background-color: #134619; }
a { background-color: rgb(19,70,25); }
div.DivClassName
{
background-color: #134619;
}
.BgClassName
{
background-color: #134619;
}
</style>
border-color css
<style>
span { border-color: #134619; }
span { border-color: rgb(19,70,25); }
td.TdClassName
{
border-color: #134619;
}
.TagClassName
{
border-color: #134619;
}
</style>