Shades of Myrtle #134000
Tints of Myrtle #134000
RGB
CMYK
RGB Variations
Color information
#134000 (or 0x134000) is known color: Myrtle. HEX triplet: 13, 40 and 00. RGB value is (19,64,0). Sum of RGB (Red+Green+Blue) = 19+64+0=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #134000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134000 is #ECBFFF. Grayscale: #2B2B2B. Windows color (decimal): -15515648 or 16403. OLE color: 16403.
HSL color Cylindrical-coordinate representation of color #134000: hue angle of 102.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #134000 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.75 |
| HSL | 102.19º | 1% | 0.13% | - |
| HSV(B) | 102.19º | 1% | 0.25% | - |
| XYZ | 2.1 | 3.81 | 0.62 | - |
| YUV | 43.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 0 | 0.70 | 0 | 1 | 0.75 | 102.19 | 1 | 0.13 |
| Hex | 13 | 40 | 0 | 46 | 0 | 64 | 4B | 66 | 64 | D |
| Octal | 23 | 100 | 0 | 106 | 0 | 144 | 113 | 146 | 144 | 15 |
| Binary | 10011 | 1000000 | 0 | 1000110 | 0 | 1100100 | 1001011 | 1100110 | 1100100 | 1101 |
Color Harmonies of #134000
Complementary color
Monochromatic Colors of #134000
Black with #134000
Text Example
Text Example
White with #134000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134000; }
p { color: rgb(19,64,0); }
H1.HeaderClassName
{
color: #134000;
}
.AnyTagClassName
{
color: #134000;
}
</style>
background-color css
<style>
a { background-color: #134000; }
a { background-color: rgb(19,64,0); }
div.DivClassName
{
background-color: #134000;
}
.BgClassName
{
background-color: #134000;
}
</style>
border-color css
<style>
span { border-color: #134000; }
span { border-color: rgb(19,64,0); }
td.TdClassName
{
border-color: #134000;
}
.TagClassName
{
border-color: #134000;
}
</style>