Shades of Myrtle #134A1B
Tints of Myrtle #134A1B
RGB
CMYK
RGB Variations
Color information
#134A1B (or 0x134A1B) is known color: Myrtle. HEX triplet: 13, 4A and 1B. RGB value is (19,74,27). Sum of RGB (Red+Green+Blue) = 19+74+27=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 74 (29.30% from 255 or 61.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 74 - color contains mainly: green. Hex color #134A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A1B is #ECB5E4. Grayscale: #343434. Windows color (decimal): -15513061 or 1788435. OLE color: 1788435.
HSL color Cylindrical-coordinate representation of color #134A1B: hue angle of 128.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A1B is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 27 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.71 |
| HSL | 128.73º | 0.59% | 0.18% | - |
| HSV(B) | 128.73º | 0.74% | 0.29% | - |
| XYZ | 2.92 | 5.12 | 1.87 | - |
| YUV | 52.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 27 | 0.74 | 0 | 0.64 | 0.71 | 128.73 | 0.59 | 0.18 |
| Hex | 13 | 4A | 1B | 4A | 0 | 40 | 47 | 81 | 3B | 12 |
| Octal | 23 | 112 | 33 | 112 | 0 | 100 | 107 | 201 | 73 | 22 |
| Binary | 10011 | 1001010 | 11011 | 1001010 | 0 | 1000000 | 1000111 | 10000001 | 111011 | 10010 |
Color Harmonies of #134A1B
Complementary color
Monochromatic Colors of #134A1B
Black with #134A1B
Text Example
Text Example
White with #134A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A1B; }
p { color: rgb(19,74,27); }
H1.HeaderClassName
{
color: #134A1B;
}
.AnyTagClassName
{
color: #134A1B;
}
</style>
background-color css
<style>
a { background-color: #134A1B; }
a { background-color: rgb(19,74,27); }
div.DivClassName
{
background-color: #134A1B;
}
.BgClassName
{
background-color: #134A1B;
}
</style>
border-color css
<style>
span { border-color: #134A1B; }
span { border-color: rgb(19,74,27); }
td.TdClassName
{
border-color: #134A1B;
}
.TagClassName
{
border-color: #134A1B;
}
</style>