Shades of Zuccini #16492C
Tints of Zuccini #16492C
RGB
CMYK
RGB Variations
Color information
#16492C (or 0x16492C) is known color: Zuccini. HEX triplet: 16, 49 and 2C. RGB value is (22,73,44). Sum of RGB (Red+Green+Blue) = 22+73+44=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #16492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16492C is #E9B6D3. Grayscale: #363636. Windows color (decimal): -15316692 or 2902294. OLE color: 2902294.
HSL color Cylindrical-coordinate representation of color #16492C: hue angle of 145.88º 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 #16492C is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 73 | 44 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.71 |
| HSL | 145.88º | 0.54% | 0.19% | - |
| HSV(B) | 145.88º | 0.7% | 0.29% | - |
| XYZ | 3.17 | 5.12 | 3.2 | - |
| YUV | 54.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 44 | 0.70 | 0 | 0.40 | 0.71 | 145.88 | 0.54 | 0.19 |
| Hex | 16 | 49 | 2C | 46 | 0 | 28 | 47 | 92 | 36 | 13 |
| Octal | 26 | 111 | 54 | 106 | 0 | 50 | 107 | 222 | 66 | 23 |
| Binary | 10110 | 1001001 | 101100 | 1000110 | 0 | 101000 | 1000111 | 10010010 | 110110 | 10011 |
Color Harmonies of #16492C
Complementary color
Monochromatic Colors of #16492C
Black with #16492C
Text Example
Text Example
White with #16492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16492C; }
p { color: rgb(22,73,44); }
H1.HeaderClassName
{
color: #16492C;
}
.AnyTagClassName
{
color: #16492C;
}
</style>
background-color css
<style>
a { background-color: #16492C; }
a { background-color: rgb(22,73,44); }
div.DivClassName
{
background-color: #16492C;
}
.BgClassName
{
background-color: #16492C;
}
</style>
border-color css
<style>
span { border-color: #16492C; }
span { border-color: rgb(22,73,44); }
td.TdClassName
{
border-color: #16492C;
}
.TagClassName
{
border-color: #16492C;
}
</style>