Shades of Myrtle #134B1B
Tints of Myrtle #134B1B
RGB
CMYK
RGB Variations
Color information
#134B1B (or 0x134B1B) is known color: Myrtle. HEX triplet: 13, 4B and 1B. RGB value is (19,75,27). Sum of RGB (Red+Green+Blue) = 19+75+27=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #134B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B1B is #ECB4E4. Grayscale: #343434. Windows color (decimal): -15512805 or 1788691. OLE color: 1788691.
HSL color Cylindrical-coordinate representation of color #134B1B: hue angle of 128.57º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B1B is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 27 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.71 |
| HSL | 128.57º | 0.6% | 0.18% | - |
| HSV(B) | 128.57º | 0.75% | 0.29% | - |
| XYZ | 2.98 | 5.25 | 1.89 | - |
| YUV | 52.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 27 | 0.75 | 0 | 0.64 | 0.71 | 128.57 | 0.6 | 0.18 |
| Hex | 13 | 4B | 1B | 4B | 0 | 40 | 47 | 81 | 3C | 12 |
| Octal | 23 | 113 | 33 | 113 | 0 | 100 | 107 | 201 | 74 | 22 |
| Binary | 10011 | 1001011 | 11011 | 1001011 | 0 | 1000000 | 1000111 | 10000001 | 111100 | 10010 |
Color Harmonies of #134B1B
Complementary color
Monochromatic Colors of #134B1B
Black with #134B1B
Text Example
Text Example
White with #134B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B1B; }
p { color: rgb(19,75,27); }
H1.HeaderClassName
{
color: #134B1B;
}
.AnyTagClassName
{
color: #134B1B;
}
</style>
background-color css
<style>
a { background-color: #134B1B; }
a { background-color: rgb(19,75,27); }
div.DivClassName
{
background-color: #134B1B;
}
.BgClassName
{
background-color: #134B1B;
}
</style>
border-color css
<style>
span { border-color: #134B1B; }
span { border-color: rgb(19,75,27); }
td.TdClassName
{
border-color: #134B1B;
}
.TagClassName
{
border-color: #134B1B;
}
</style>