Shades of Zuccini #16412C
Tints of Zuccini #16412C
RGB
CMYK
RGB Variations
Color information
#16412C (or 0x16412C) is known color: Zuccini. HEX triplet: 16, 41 and 2C. RGB value is (22,65,44). Sum of RGB (Red+Green+Blue) = 22+65+44=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #16412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16412C is #E9BED3. Grayscale: #313131. Windows color (decimal): -15318740 or 2900246. OLE color: 2900246.
HSL color Cylindrical-coordinate representation of color #16412C: hue angle of 150.7º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #16412C is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 44 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.75 |
| HSL | 150.7º | 0.49% | 0.17% | - |
| HSV(B) | 150.7º | 0.66% | 0.25% | - |
| XYZ | 2.68 | 4.13 | 3.04 | - |
| YUV | 49.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 44 | 0.66 | 0 | 0.32 | 0.75 | 150.7 | 0.49 | 0.17 |
| Hex | 16 | 41 | 2C | 42 | 0 | 20 | 4B | 97 | 31 | 11 |
| Octal | 26 | 101 | 54 | 102 | 0 | 40 | 113 | 227 | 61 | 21 |
| Binary | 10110 | 1000001 | 101100 | 1000010 | 0 | 100000 | 1001011 | 10010111 | 110001 | 10001 |
Color Harmonies of #16412C
Complementary color
Monochromatic Colors of #16412C
Black with #16412C
Text Example
Text Example
White with #16412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16412C; }
p { color: rgb(22,65,44); }
H1.HeaderClassName
{
color: #16412C;
}
.AnyTagClassName
{
color: #16412C;
}
</style>
background-color css
<style>
a { background-color: #16412C; }
a { background-color: rgb(22,65,44); }
div.DivClassName
{
background-color: #16412C;
}
.BgClassName
{
background-color: #16412C;
}
</style>
border-color css
<style>
span { border-color: #16412C; }
span { border-color: rgb(22,65,44); }
td.TdClassName
{
border-color: #16412C;
}
.TagClassName
{
border-color: #16412C;
}
</style>