Shades of Myrtle #134306
Tints of Myrtle #134306
RGB
CMYK
RGB Variations
Color information
#134306 (or 0x134306) is known color: Myrtle. HEX triplet: 13, 43 and 06. RGB value is (19,67,6). Sum of RGB (Red+Green+Blue) = 19+67+6=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #134306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134306 is #ECBCF9. Grayscale: #2D2D2D. Windows color (decimal): -15514874 or 410387. OLE color: 410387.
HSL color Cylindrical-coordinate representation of color #134306: hue angle of 107.21º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134306 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 6 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.74 |
| HSL | 107.21º | 0.84% | 0.14% | - |
| HSV(B) | 107.21º | 0.91% | 0.26% | - |
| XYZ | 2.31 | 4.17 | 0.85 | - |
| YUV | 45.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 6 | 0.72 | 0 | 0.91 | 0.74 | 107.21 | 0.84 | 0.14 |
| Hex | 13 | 43 | 6 | 48 | 0 | 5B | 4A | 6B | 54 | E |
| Octal | 23 | 103 | 6 | 110 | 0 | 133 | 112 | 153 | 124 | 16 |
| Binary | 10011 | 1000011 | 110 | 1001000 | 0 | 1011011 | 1001010 | 1101011 | 1010100 | 1110 |
Color Harmonies of #134306
Complementary color
Monochromatic Colors of #134306
Black with #134306
Text Example
Text Example
White with #134306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134306; }
p { color: rgb(19,67,6); }
H1.HeaderClassName
{
color: #134306;
}
.AnyTagClassName
{
color: #134306;
}
</style>
background-color css
<style>
a { background-color: #134306; }
a { background-color: rgb(19,67,6); }
div.DivClassName
{
background-color: #134306;
}
.BgClassName
{
background-color: #134306;
}
</style>
border-color css
<style>
span { border-color: #134306; }
span { border-color: rgb(19,67,6); }
td.TdClassName
{
border-color: #134306;
}
.TagClassName
{
border-color: #134306;
}
</style>