Shades of Zuccini #134D2B
Tints of Zuccini #134D2B
RGB
CMYK
RGB Variations
Color information
#134D2B (or 0x134D2B) is known color: Zuccini. HEX triplet: 13, 4D and 2B. RGB value is (19,77,43). Sum of RGB (Red+Green+Blue) = 19+77+43=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #134D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D2B is #ECB2D4. Grayscale: #373737. Windows color (decimal): -15512277 or 2837779. OLE color: 2837779.
HSL color Cylindrical-coordinate representation of color #134D2B: hue angle of 144.83º 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 #134D2B is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 43 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.70 |
| HSL | 144.83º | 0.6% | 0.19% | - |
| HSV(B) | 144.83º | 0.75% | 0.3% | - |
| XYZ | 3.36 | 5.62 | 3.19 | - |
| YUV | 55.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 43 | 0.75 | 0 | 0.44 | 0.70 | 144.83 | 0.6 | 0.19 |
| Hex | 13 | 4D | 2B | 4B | 0 | 2C | 46 | 91 | 3C | 13 |
| Octal | 23 | 115 | 53 | 113 | 0 | 54 | 106 | 221 | 74 | 23 |
| Binary | 10011 | 1001101 | 101011 | 1001011 | 0 | 101100 | 1000110 | 10010001 | 111100 | 10011 |
Color Harmonies of #134D2B
Complementary color
Monochromatic Colors of #134D2B
Black with #134D2B
Text Example
Text Example
White with #134D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D2B; }
p { color: rgb(19,77,43); }
H1.HeaderClassName
{
color: #134D2B;
}
.AnyTagClassName
{
color: #134D2B;
}
</style>
background-color css
<style>
a { background-color: #134D2B; }
a { background-color: rgb(19,77,43); }
div.DivClassName
{
background-color: #134D2B;
}
.BgClassName
{
background-color: #134D2B;
}
</style>
border-color css
<style>
span { border-color: #134D2B; }
span { border-color: rgb(19,77,43); }
td.TdClassName
{
border-color: #134D2B;
}
.TagClassName
{
border-color: #134D2B;
}
</style>