Shades of Zuccini #164C2D
Tints of Zuccini #164C2D
RGB
CMYK
RGB Variations
Color information
#164C2D (or 0x164C2D) is known color: Zuccini. HEX triplet: 16, 4C and 2D. RGB value is (22,76,45). Sum of RGB (Red+Green+Blue) = 22+76+45=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #164C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C2D is #E9B3D2. Grayscale: #383838. Windows color (decimal): -15315923 or 2968598. OLE color: 2968598.
HSL color Cylindrical-coordinate representation of color #164C2D: hue angle of 145.56º 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 #164C2D is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 45 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.70 |
| HSL | 145.56º | 0.55% | 0.19% | - |
| HSV(B) | 145.56º | 0.71% | 0.3% | - |
| XYZ | 3.39 | 5.53 | 3.37 | - |
| YUV | 56.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 45 | 0.71 | 0 | 0.41 | 0.70 | 145.56 | 0.55 | 0.19 |
| Hex | 16 | 4C | 2D | 47 | 0 | 29 | 46 | 92 | 37 | 13 |
| Octal | 26 | 114 | 55 | 107 | 0 | 51 | 106 | 222 | 67 | 23 |
| Binary | 10110 | 1001100 | 101101 | 1000111 | 0 | 101001 | 1000110 | 10010010 | 110111 | 10011 |
Color Harmonies of #164C2D
Complementary color
Monochromatic Colors of #164C2D
Black with #164C2D
Text Example
Text Example
White with #164C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C2D; }
p { color: rgb(22,76,45); }
H1.HeaderClassName
{
color: #164C2D;
}
.AnyTagClassName
{
color: #164C2D;
}
</style>
background-color css
<style>
a { background-color: #164C2D; }
a { background-color: rgb(22,76,45); }
div.DivClassName
{
background-color: #164C2D;
}
.BgClassName
{
background-color: #164C2D;
}
</style>
border-color css
<style>
span { border-color: #164C2D; }
span { border-color: rgb(22,76,45); }
td.TdClassName
{
border-color: #164C2D;
}
.TagClassName
{
border-color: #164C2D;
}
</style>