Shades of Myrtle #134B16
Tints of Myrtle #134B16
RGB
CMYK
RGB Variations
Color information
#134B16 (or 0x134B16) is known color: Myrtle. HEX triplet: 13, 4B and 16. RGB value is (19,75,22). Sum of RGB (Red+Green+Blue) = 19+75+22=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #134B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B16 is #ECB4E9. Grayscale: #343434. Windows color (decimal): -15512810 or 1461011. OLE color: 1461011.
HSL color Cylindrical-coordinate representation of color #134B16: hue angle of 123.21º 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 #134B16 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 22 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.71 |
| HSL | 123.21º | 0.6% | 0.18% | - |
| HSV(B) | 123.21º | 0.75% | 0.29% | - |
| XYZ | 2.93 | 5.23 | 1.61 | - |
| YUV | 52.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 22 | 0.75 | 0 | 0.71 | 0.71 | 123.21 | 0.6 | 0.18 |
| Hex | 13 | 4B | 16 | 4B | 0 | 47 | 47 | 7B | 3C | 12 |
| Octal | 23 | 113 | 26 | 113 | 0 | 107 | 107 | 173 | 74 | 22 |
| Binary | 10011 | 1001011 | 10110 | 1001011 | 0 | 1000111 | 1000111 | 1111011 | 111100 | 10010 |
Color Harmonies of #134B16
Complementary color
Monochromatic Colors of #134B16
Black with #134B16
Text Example
Text Example
White with #134B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B16; }
p { color: rgb(19,75,22); }
H1.HeaderClassName
{
color: #134B16;
}
.AnyTagClassName
{
color: #134B16;
}
</style>
background-color css
<style>
a { background-color: #134B16; }
a { background-color: rgb(19,75,22); }
div.DivClassName
{
background-color: #134B16;
}
.BgClassName
{
background-color: #134B16;
}
</style>
border-color css
<style>
span { border-color: #134B16; }
span { border-color: rgb(19,75,22); }
td.TdClassName
{
border-color: #134B16;
}
.TagClassName
{
border-color: #134B16;
}
</style>