Shades of Myrtle #134004
Tints of Myrtle #134004
RGB
CMYK
RGB Variations
Color information
#134004 (or 0x134004) is known color: Myrtle. HEX triplet: 13, 40 and 04. RGB value is (19,64,4). Sum of RGB (Red+Green+Blue) = 19+64+4=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #134004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134004 is #ECBFFB. Grayscale: #2B2B2B. Windows color (decimal): -15515644 or 278547. OLE color: 278547.
HSL color Cylindrical-coordinate representation of color #134004: hue angle of 105º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #134004 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 4 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.75 |
| HSL | 105º | 0.88% | 0.13% | - |
| HSV(B) | 105º | 0.94% | 0.25% | - |
| XYZ | 2.12 | 3.81 | 0.74 | - |
| YUV | 43.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 4 | 0.70 | 0 | 0.94 | 0.75 | 105 | 0.88 | 0.13 |
| Hex | 13 | 40 | 4 | 46 | 0 | 5E | 4B | 69 | 58 | D |
| Octal | 23 | 100 | 4 | 106 | 0 | 136 | 113 | 151 | 130 | 15 |
| Binary | 10011 | 1000000 | 100 | 1000110 | 0 | 1011110 | 1001011 | 1101001 | 1011000 | 1101 |
Color Harmonies of #134004
Complementary color
Monochromatic Colors of #134004
Black with #134004
Text Example
Text Example
White with #134004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134004; }
p { color: rgb(19,64,4); }
H1.HeaderClassName
{
color: #134004;
}
.AnyTagClassName
{
color: #134004;
}
</style>
background-color css
<style>
a { background-color: #134004; }
a { background-color: rgb(19,64,4); }
div.DivClassName
{
background-color: #134004;
}
.BgClassName
{
background-color: #134004;
}
</style>
border-color css
<style>
span { border-color: #134004; }
span { border-color: rgb(19,64,4); }
td.TdClassName
{
border-color: #134004;
}
.TagClassName
{
border-color: #134004;
}
</style>