Shades of Zuccini #134C2D
Tints of Zuccini #134C2D
RGB
CMYK
RGB Variations
Color information
#134C2D (or 0x134C2D) is known color: Zuccini. HEX triplet: 13, 4C and 2D. RGB value is (19,76,45). Sum of RGB (Red+Green+Blue) = 19+76+45=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #134C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C2D is #ECB3D2. Grayscale: #373737. Windows color (decimal): -15512531 or 2968595. OLE color: 2968595.
HSL color Cylindrical-coordinate representation of color #134C2D: hue angle of 147.37º 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 #134C2D is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 76 | 45 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.70 |
| HSL | 147.37º | 0.6% | 0.19% | - |
| HSV(B) | 147.37º | 0.75% | 0.3% | - |
| XYZ | 3.33 | 5.5 | 3.37 | - |
| YUV | 55.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 45 | 0.75 | 0 | 0.41 | 0.70 | 147.37 | 0.6 | 0.19 |
| Hex | 13 | 4C | 2D | 4B | 0 | 29 | 46 | 93 | 3C | 13 |
| Octal | 23 | 114 | 55 | 113 | 0 | 51 | 106 | 223 | 74 | 23 |
| Binary | 10011 | 1001100 | 101101 | 1001011 | 0 | 101001 | 1000110 | 10010011 | 111100 | 10011 |
Color Harmonies of #134C2D
Complementary color
Monochromatic Colors of #134C2D
Black with #134C2D
Text Example
Text Example
White with #134C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C2D; }
p { color: rgb(19,76,45); }
H1.HeaderClassName
{
color: #134C2D;
}
.AnyTagClassName
{
color: #134C2D;
}
</style>
background-color css
<style>
a { background-color: #134C2D; }
a { background-color: rgb(19,76,45); }
div.DivClassName
{
background-color: #134C2D;
}
.BgClassName
{
background-color: #134C2D;
}
</style>
border-color css
<style>
span { border-color: #134C2D; }
span { border-color: rgb(19,76,45); }
td.TdClassName
{
border-color: #134C2D;
}
.TagClassName
{
border-color: #134C2D;
}
</style>