Shades of Myrtle #134003
Tints of Myrtle #134003
RGB
CMYK
RGB Variations
Color information
#134003 (or 0x134003) is known color: Myrtle. HEX triplet: 13, 40 and 03. RGB value is (19,64,3). Sum of RGB (Red+Green+Blue) = 19+64+3=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #134003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134003 is #ECBFFC. Grayscale: #2B2B2B. Windows color (decimal): -15515645 or 213011. OLE color: 213011.
HSL color Cylindrical-coordinate representation of color #134003: hue angle of 104.26º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #134003 is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 3 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.75 |
| HSL | 104.26º | 0.91% | 0.13% | - |
| HSV(B) | 104.26º | 0.95% | 0.25% | - |
| XYZ | 2.12 | 3.81 | 0.71 | - |
| YUV | 43.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 3 | 0.70 | 0 | 0.95 | 0.75 | 104.26 | 0.91 | 0.13 |
| Hex | 13 | 40 | 3 | 46 | 0 | 5F | 4B | 68 | 5B | D |
| Octal | 23 | 100 | 3 | 106 | 0 | 137 | 113 | 150 | 133 | 15 |
| Binary | 10011 | 1000000 | 11 | 1000110 | 0 | 1011111 | 1001011 | 1101000 | 1011011 | 1101 |
Color Harmonies of #134003
Complementary color
Monochromatic Colors of #134003
Black with #134003
Text Example
Text Example
White with #134003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134003; }
p { color: rgb(19,64,3); }
H1.HeaderClassName
{
color: #134003;
}
.AnyTagClassName
{
color: #134003;
}
</style>
background-color css
<style>
a { background-color: #134003; }
a { background-color: rgb(19,64,3); }
div.DivClassName
{
background-color: #134003;
}
.BgClassName
{
background-color: #134003;
}
</style>
border-color css
<style>
span { border-color: #134003; }
span { border-color: rgb(19,64,3); }
td.TdClassName
{
border-color: #134003;
}
.TagClassName
{
border-color: #134003;
}
</style>