Shades of Zuccini #16492D
Tints of Zuccini #16492D
RGB
CMYK
RGB Variations
Color information
#16492D (or 0x16492D) is known color: Zuccini. HEX triplet: 16, 49 and 2D. RGB value is (22,73,45). Sum of RGB (Red+Green+Blue) = 22+73+45=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #16492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16492D is #E9B6D2. Grayscale: #363636. Windows color (decimal): -15316691 or 2967830. OLE color: 2967830.
HSL color Cylindrical-coordinate representation of color #16492D: hue angle of 147.06º 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 #16492D is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 73 | 45 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.71 |
| HSL | 147.06º | 0.54% | 0.19% | - |
| HSV(B) | 147.06º | 0.7% | 0.29% | - |
| XYZ | 3.19 | 5.13 | 3.3 | - |
| YUV | 54.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 45 | 0.70 | 0 | 0.38 | 0.71 | 147.06 | 0.54 | 0.19 |
| Hex | 16 | 49 | 2D | 46 | 0 | 26 | 47 | 93 | 36 | 13 |
| Octal | 26 | 111 | 55 | 106 | 0 | 46 | 107 | 223 | 66 | 23 |
| Binary | 10110 | 1001001 | 101101 | 1000110 | 0 | 100110 | 1000111 | 10010011 | 110110 | 10011 |
Color Harmonies of #16492D
Complementary color
Monochromatic Colors of #16492D
Black with #16492D
Text Example
Text Example
White with #16492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16492D; }
p { color: rgb(22,73,45); }
H1.HeaderClassName
{
color: #16492D;
}
.AnyTagClassName
{
color: #16492D;
}
</style>
background-color css
<style>
a { background-color: #16492D; }
a { background-color: rgb(22,73,45); }
div.DivClassName
{
background-color: #16492D;
}
.BgClassName
{
background-color: #16492D;
}
</style>
border-color css
<style>
span { border-color: #16492D; }
span { border-color: rgb(22,73,45); }
td.TdClassName
{
border-color: #16492D;
}
.TagClassName
{
border-color: #16492D;
}
</style>