Shades of Myrtle #134B11
Tints of Myrtle #134B11
RGB
CMYK
RGB Variations
Color information
#134B11 (or 0x134B11) is known color: Myrtle. HEX triplet: 13, 4B and 11. RGB value is (19,75,17). Sum of RGB (Red+Green+Blue) = 19+75+17=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 75 (29.69% from 255 or 67.57% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 75 - color contains mainly: green. Hex color #134B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B11 is #ECB4EE. Grayscale: #333333. Windows color (decimal): -15512815 or 1133331. OLE color: 1133331.
HSL color Cylindrical-coordinate representation of color #134B11: hue angle of 117.93º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134B11 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 17 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.71 |
| HSL | 117.93º | 0.63% | 0.18% | - |
| HSV(B) | 117.93º | 0.77% | 0.29% | - |
| XYZ | 2.89 | 5.21 | 1.38 | - |
| YUV | 51.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 17 | 0.75 | 0 | 0.77 | 0.71 | 117.93 | 0.63 | 0.18 |
| Hex | 13 | 4B | 11 | 4B | 0 | 4D | 47 | 76 | 3F | 12 |
| Octal | 23 | 113 | 21 | 113 | 0 | 115 | 107 | 166 | 77 | 22 |
| Binary | 10011 | 1001011 | 10001 | 1001011 | 0 | 1001101 | 1000111 | 1110110 | 111111 | 10010 |
Color Harmonies of #134B11
Complementary color
Monochromatic Colors of #134B11
Black with #134B11
Text Example
Text Example
White with #134B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B11; }
p { color: rgb(19,75,17); }
H1.HeaderClassName
{
color: #134B11;
}
.AnyTagClassName
{
color: #134B11;
}
</style>
background-color css
<style>
a { background-color: #134B11; }
a { background-color: rgb(19,75,17); }
div.DivClassName
{
background-color: #134B11;
}
.BgClassName
{
background-color: #134B11;
}
</style>
border-color css
<style>
span { border-color: #134B11; }
span { border-color: rgb(19,75,17); }
td.TdClassName
{
border-color: #134B11;
}
.TagClassName
{
border-color: #134B11;
}
</style>