Shades of Zuccini #16412B
Tints of Zuccini #16412B
RGB
CMYK
RGB Variations
Color information
#16412B (or 0x16412B) is known color: Zuccini. HEX triplet: 16, 41 and 2B. RGB value is (22,65,43). Sum of RGB (Red+Green+Blue) = 22+65+43=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #16412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16412B is #E9BED4. Grayscale: #313131. Windows color (decimal): -15318741 or 2834710. OLE color: 2834710.
HSL color Cylindrical-coordinate representation of color #16412B: hue angle of 149.3º 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 #16412B is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 43 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.75 |
| HSL | 149.3º | 0.49% | 0.17% | - |
| HSV(B) | 149.3º | 0.66% | 0.25% | - |
| XYZ | 2.66 | 4.13 | 2.94 | - |
| YUV | 49.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 43 | 0.66 | 0 | 0.34 | 0.75 | 149.3 | 0.49 | 0.17 |
| Hex | 16 | 41 | 2B | 42 | 0 | 22 | 4B | 95 | 31 | 11 |
| Octal | 26 | 101 | 53 | 102 | 0 | 42 | 113 | 225 | 61 | 21 |
| Binary | 10110 | 1000001 | 101011 | 1000010 | 0 | 100010 | 1001011 | 10010101 | 110001 | 10001 |
Color Harmonies of #16412B
Complementary color
Monochromatic Colors of #16412B
Black with #16412B
Text Example
Text Example
White with #16412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16412B; }
p { color: rgb(22,65,43); }
H1.HeaderClassName
{
color: #16412B;
}
.AnyTagClassName
{
color: #16412B;
}
</style>
background-color css
<style>
a { background-color: #16412B; }
a { background-color: rgb(22,65,43); }
div.DivClassName
{
background-color: #16412B;
}
.BgClassName
{
background-color: #16412B;
}
</style>
border-color css
<style>
span { border-color: #16412B; }
span { border-color: rgb(22,65,43); }
td.TdClassName
{
border-color: #16412B;
}
.TagClassName
{
border-color: #16412B;
}
</style>