Shades of Zuccini #16422C
Tints of Zuccini #16422C
RGB
CMYK
RGB Variations
Color information
#16422C (or 0x16422C) is known color: Zuccini. HEX triplet: 16, 42 and 2C. RGB value is (22,66,44). Sum of RGB (Red+Green+Blue) = 22+66+44=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #16422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16422C is #E9BDD3. Grayscale: #323232. Windows color (decimal): -15318484 or 2900502. OLE color: 2900502.
HSL color Cylindrical-coordinate representation of color #16422C: hue angle of 150º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #16422C is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 66 | 44 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.74 |
| HSL | 150º | 0.5% | 0.17% | - |
| HSV(B) | 150º | 0.67% | 0.26% | - |
| XYZ | 2.73 | 4.25 | 3.06 | - |
| YUV | 50.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 44 | 0.67 | 0 | 0.33 | 0.74 | 150 | 0.5 | 0.17 |
| Hex | 16 | 42 | 2C | 43 | 0 | 21 | 4A | 96 | 32 | 11 |
| Octal | 26 | 102 | 54 | 103 | 0 | 41 | 112 | 226 | 62 | 21 |
| Binary | 10110 | 1000010 | 101100 | 1000011 | 0 | 100001 | 1001010 | 10010110 | 110010 | 10001 |
Color Harmonies of #16422C
Complementary color
Monochromatic Colors of #16422C
Black with #16422C
Text Example
Text Example
White with #16422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16422C; }
p { color: rgb(22,66,44); }
H1.HeaderClassName
{
color: #16422C;
}
.AnyTagClassName
{
color: #16422C;
}
</style>
background-color css
<style>
a { background-color: #16422C; }
a { background-color: rgb(22,66,44); }
div.DivClassName
{
background-color: #16422C;
}
.BgClassName
{
background-color: #16422C;
}
</style>
border-color css
<style>
span { border-color: #16422C; }
span { border-color: rgb(22,66,44); }
td.TdClassName
{
border-color: #16422C;
}
.TagClassName
{
border-color: #16422C;
}
</style>