Shades of Zuccini #16422E
Tints of Zuccini #16422E
RGB
CMYK
RGB Variations
Color information
#16422E (or 0x16422E) is known color: Zuccini. HEX triplet: 16, 42 and 2E. RGB value is (22,66,46). Sum of RGB (Red+Green+Blue) = 22+66+46=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #16422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16422E is #E9BDD1. Grayscale: #323232. Windows color (decimal): -15318482 or 3031574. OLE color: 3031574.
HSL color Cylindrical-coordinate representation of color #16422E: hue angle of 152.73º 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 #16422E is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 66 | 46 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.74 |
| HSL | 152.73º | 0.5% | 0.17% | - |
| HSV(B) | 152.73º | 0.67% | 0.26% | - |
| XYZ | 2.77 | 4.26 | 3.26 | - |
| YUV | 50.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 66 | 46 | 0.67 | 0 | 0.30 | 0.74 | 152.73 | 0.5 | 0.17 |
| Hex | 16 | 42 | 2E | 43 | 0 | 1E | 4A | 99 | 32 | 11 |
| Octal | 26 | 102 | 56 | 103 | 0 | 36 | 112 | 231 | 62 | 21 |
| Binary | 10110 | 1000010 | 101110 | 1000011 | 0 | 11110 | 1001010 | 10011001 | 110010 | 10001 |
Color Harmonies of #16422E
Complementary color
Monochromatic Colors of #16422E
Black with #16422E
Text Example
Text Example
White with #16422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16422E; }
p { color: rgb(22,66,46); }
H1.HeaderClassName
{
color: #16422E;
}
.AnyTagClassName
{
color: #16422E;
}
</style>
background-color css
<style>
a { background-color: #16422E; }
a { background-color: rgb(22,66,46); }
div.DivClassName
{
background-color: #16422E;
}
.BgClassName
{
background-color: #16422E;
}
</style>
border-color css
<style>
span { border-color: #16422E; }
span { border-color: rgb(22,66,46); }
td.TdClassName
{
border-color: #16422E;
}
.TagClassName
{
border-color: #16422E;
}
</style>