Shades of Zuccini #164C29
Tints of Zuccini #164C29
RGB
CMYK
RGB Variations
Color information
#164C29 (or 0x164C29) is known color: Zuccini. HEX triplet: 16, 4C and 29. RGB value is (22,76,41). Sum of RGB (Red+Green+Blue) = 22+76+41=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #164C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C29 is #E9B3D6. Grayscale: #373737. Windows color (decimal): -15315927 or 2706454. OLE color: 2706454.
HSL color Cylindrical-coordinate representation of color #164C29: hue angle of 141.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164C29 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 41 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.70 |
| HSL | 141.11º | 0.55% | 0.19% | - |
| HSV(B) | 141.11º | 0.71% | 0.3% | - |
| XYZ | 3.32 | 5.5 | 2.98 | - |
| YUV | 55.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 41 | 0.71 | 0 | 0.46 | 0.70 | 141.11 | 0.55 | 0.19 |
| Hex | 16 | 4C | 29 | 47 | 0 | 2E | 46 | 8D | 37 | 13 |
| Octal | 26 | 114 | 51 | 107 | 0 | 56 | 106 | 215 | 67 | 23 |
| Binary | 10110 | 1001100 | 101001 | 1000111 | 0 | 101110 | 1000110 | 10001101 | 110111 | 10011 |
Color Harmonies of #164C29
Complementary color
Monochromatic Colors of #164C29
Black with #164C29
Text Example
Text Example
White with #164C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C29; }
p { color: rgb(22,76,41); }
H1.HeaderClassName
{
color: #164C29;
}
.AnyTagClassName
{
color: #164C29;
}
</style>
background-color css
<style>
a { background-color: #164C29; }
a { background-color: rgb(22,76,41); }
div.DivClassName
{
background-color: #164C29;
}
.BgClassName
{
background-color: #164C29;
}
</style>
border-color css
<style>
span { border-color: #164C29; }
span { border-color: rgb(22,76,41); }
td.TdClassName
{
border-color: #164C29;
}
.TagClassName
{
border-color: #164C29;
}
</style>