Shades of Zuccini #164A2C
Tints of Zuccini #164A2C
RGB
CMYK
RGB Variations
Color information
#164A2C (or 0x164A2C) is known color: Zuccini. HEX triplet: 16, 4A and 2C. RGB value is (22,74,44). Sum of RGB (Red+Green+Blue) = 22+74+44=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #164A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A2C is #E9B5D3. Grayscale: #373737. Windows color (decimal): -15316436 or 2902550. OLE color: 2902550.
HSL color Cylindrical-coordinate representation of color #164A2C: hue angle of 145.38º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164A2C is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 44 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.71 |
| HSL | 145.38º | 0.54% | 0.19% | - |
| HSV(B) | 145.38º | 0.7% | 0.29% | - |
| XYZ | 3.23 | 5.25 | 3.23 | - |
| YUV | 55.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 44 | 0.70 | 0 | 0.41 | 0.71 | 145.38 | 0.54 | 0.19 |
| Hex | 16 | 4A | 2C | 46 | 0 | 29 | 47 | 91 | 36 | 13 |
| Octal | 26 | 112 | 54 | 106 | 0 | 51 | 107 | 221 | 66 | 23 |
| Binary | 10110 | 1001010 | 101100 | 1000110 | 0 | 101001 | 1000111 | 10010001 | 110110 | 10011 |
Color Harmonies of #164A2C
Complementary color
Monochromatic Colors of #164A2C
Black with #164A2C
Text Example
Text Example
White with #164A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A2C; }
p { color: rgb(22,74,44); }
H1.HeaderClassName
{
color: #164A2C;
}
.AnyTagClassName
{
color: #164A2C;
}
</style>
background-color css
<style>
a { background-color: #164A2C; }
a { background-color: rgb(22,74,44); }
div.DivClassName
{
background-color: #164A2C;
}
.BgClassName
{
background-color: #164A2C;
}
</style>
border-color css
<style>
span { border-color: #164A2C; }
span { border-color: rgb(22,74,44); }
td.TdClassName
{
border-color: #164A2C;
}
.TagClassName
{
border-color: #164A2C;
}
</style>