Shades of Zuccini #163D2C
Tints of Zuccini #163D2C
RGB
CMYK
RGB Variations
Color information
#163D2C (or 0x163D2C) is known color: Zuccini. HEX triplet: 16, 3D and 2C. RGB value is (22,61,44). Sum of RGB (Red+Green+Blue) = 22+61+44=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #163D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D2C is #E9C2D3. Grayscale: #2F2F2F. Windows color (decimal): -15319764 or 2899222. OLE color: 2899222.
HSL color Cylindrical-coordinate representation of color #163D2C: hue angle of 153.85º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #163D2C is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 61 | 44 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.76 |
| HSL | 153.85º | 0.47% | 0.16% | - |
| HSV(B) | 153.85º | 0.64% | 0.24% | - |
| XYZ | 2.45 | 3.69 | 2.97 | - |
| YUV | 47.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 44 | 0.64 | 0 | 0.28 | 0.76 | 153.85 | 0.47 | 0.16 |
| Hex | 16 | 3D | 2C | 40 | 0 | 1C | 4C | 9A | 2F | 10 |
| Octal | 26 | 75 | 54 | 100 | 0 | 34 | 114 | 232 | 57 | 20 |
| Binary | 10110 | 111101 | 101100 | 1000000 | 0 | 11100 | 1001100 | 10011010 | 101111 | 10000 |
Color Harmonies of #163D2C
Complementary color
Monochromatic Colors of #163D2C
Black with #163D2C
Text Example
Text Example
White with #163D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D2C; }
p { color: rgb(22,61,44); }
H1.HeaderClassName
{
color: #163D2C;
}
.AnyTagClassName
{
color: #163D2C;
}
</style>
background-color css
<style>
a { background-color: #163D2C; }
a { background-color: rgb(22,61,44); }
div.DivClassName
{
background-color: #163D2C;
}
.BgClassName
{
background-color: #163D2C;
}
</style>
border-color css
<style>
span { border-color: #163D2C; }
span { border-color: rgb(22,61,44); }
td.TdClassName
{
border-color: #163D2C;
}
.TagClassName
{
border-color: #163D2C;
}
</style>