Shades of Myrtle #134102
Tints of Myrtle #134102
RGB
CMYK
RGB Variations
Color information
#134102 (or 0x134102) is known color: Myrtle. HEX triplet: 13, 41 and 02. RGB value is (19,65,2). Sum of RGB (Red+Green+Blue) = 19+65+2=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 65 (25.78% from 255 or 75.58% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 65 - color contains mainly: green. Hex color #134102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134102 is #ECBEFD. Grayscale: #2C2C2C. Windows color (decimal): -15515390 or 147731. OLE color: 147731.
HSL color Cylindrical-coordinate representation of color #134102: hue angle of 103.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #134102 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 2 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.75 |
| HSL | 103.81º | 0.94% | 0.13% | - |
| HSV(B) | 103.81º | 0.97% | 0.25% | - |
| XYZ | 2.17 | 3.92 | 0.7 | - |
| YUV | 44.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 2 | 0.71 | 0 | 0.97 | 0.75 | 103.81 | 0.94 | 0.13 |
| Hex | 13 | 41 | 2 | 47 | 0 | 61 | 4B | 68 | 5E | D |
| Octal | 23 | 101 | 2 | 107 | 0 | 141 | 113 | 150 | 136 | 15 |
| Binary | 10011 | 1000001 | 10 | 1000111 | 0 | 1100001 | 1001011 | 1101000 | 1011110 | 1101 |
Color Harmonies of #134102
Complementary color
Monochromatic Colors of #134102
Black with #134102
Text Example
Text Example
White with #134102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134102; }
p { color: rgb(19,65,2); }
H1.HeaderClassName
{
color: #134102;
}
.AnyTagClassName
{
color: #134102;
}
</style>
background-color css
<style>
a { background-color: #134102; }
a { background-color: rgb(19,65,2); }
div.DivClassName
{
background-color: #134102;
}
.BgClassName
{
background-color: #134102;
}
</style>
border-color css
<style>
span { border-color: #134102; }
span { border-color: rgb(19,65,2); }
td.TdClassName
{
border-color: #134102;
}
.TagClassName
{
border-color: #134102;
}
</style>