Shades of Myrtle #134C19
Tints of Myrtle #134C19
RGB
CMYK
RGB Variations
Color information
#134C19 (or 0x134C19) is known color: Myrtle. HEX triplet: 13, 4C and 19. RGB value is (19,76,25). Sum of RGB (Red+Green+Blue) = 19+76+25=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #134C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C19 is #ECB3E6. Grayscale: #353535. Windows color (decimal): -15512551 or 1657875. OLE color: 1657875.
HSL color Cylindrical-coordinate representation of color #134C19: hue angle of 126.32º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C19 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 76 | 25 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.70 |
| HSL | 126.32º | 0.6% | 0.19% | - |
| HSV(B) | 126.32º | 0.75% | 0.3% | - |
| XYZ | 3.03 | 5.38 | 1.8 | - |
| YUV | 53.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 25 | 0.75 | 0 | 0.67 | 0.70 | 126.32 | 0.6 | 0.19 |
| Hex | 13 | 4C | 19 | 4B | 0 | 43 | 46 | 7E | 3C | 13 |
| Octal | 23 | 114 | 31 | 113 | 0 | 103 | 106 | 176 | 74 | 23 |
| Binary | 10011 | 1001100 | 11001 | 1001011 | 0 | 1000011 | 1000110 | 1111110 | 111100 | 10011 |
Color Harmonies of #134C19
Complementary color
Monochromatic Colors of #134C19
Black with #134C19
Text Example
Text Example
White with #134C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C19; }
p { color: rgb(19,76,25); }
H1.HeaderClassName
{
color: #134C19;
}
.AnyTagClassName
{
color: #134C19;
}
</style>
background-color css
<style>
a { background-color: #134C19; }
a { background-color: rgb(19,76,25); }
div.DivClassName
{
background-color: #134C19;
}
.BgClassName
{
background-color: #134C19;
}
</style>
border-color css
<style>
span { border-color: #134C19; }
span { border-color: rgb(19,76,25); }
td.TdClassName
{
border-color: #134C19;
}
.TagClassName
{
border-color: #134C19;
}
</style>