Shades of Zuccini #134D29
Tints of Zuccini #134D29
RGB
CMYK
RGB Variations
Color information
#134D29 (or 0x134D29) is known color: Zuccini. HEX triplet: 13, 4D and 29. RGB value is (19,77,41). Sum of RGB (Red+Green+Blue) = 19+77+41=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #134D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D29 is #ECB2D6. Grayscale: #373737. Windows color (decimal): -15512279 or 2706707. OLE color: 2706707.
HSL color Cylindrical-coordinate representation of color #134D29: hue angle of 142.76º 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 #134D29 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 41 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.70 |
| HSL | 142.76º | 0.6% | 0.19% | - |
| HSV(B) | 142.76º | 0.75% | 0.3% | - |
| XYZ | 3.32 | 5.61 | 3 | - |
| YUV | 55.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 41 | 0.75 | 0 | 0.47 | 0.70 | 142.76 | 0.6 | 0.19 |
| Hex | 13 | 4D | 29 | 4B | 0 | 2F | 46 | 8F | 3C | 13 |
| Octal | 23 | 115 | 51 | 113 | 0 | 57 | 106 | 217 | 74 | 23 |
| Binary | 10011 | 1001101 | 101001 | 1001011 | 0 | 101111 | 1000110 | 10001111 | 111100 | 10011 |
Color Harmonies of #134D29
Complementary color
Monochromatic Colors of #134D29
Black with #134D29
Text Example
Text Example
White with #134D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D29; }
p { color: rgb(19,77,41); }
H1.HeaderClassName
{
color: #134D29;
}
.AnyTagClassName
{
color: #134D29;
}
</style>
background-color css
<style>
a { background-color: #134D29; }
a { background-color: rgb(19,77,41); }
div.DivClassName
{
background-color: #134D29;
}
.BgClassName
{
background-color: #134D29;
}
</style>
border-color css
<style>
span { border-color: #134D29; }
span { border-color: rgb(19,77,41); }
td.TdClassName
{
border-color: #134D29;
}
.TagClassName
{
border-color: #134D29;
}
</style>