Shades of Zuccini #16472F
Tints of Zuccini #16472F
RGB
CMYK
RGB Variations
Color information
#16472F (or 0x16472F) is known color: Zuccini. HEX triplet: 16, 47 and 2F. RGB value is (22,71,47). Sum of RGB (Red+Green+Blue) = 22+71+47=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #16472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16472F is #E9B8D0. Grayscale: #353535. Windows color (decimal): -15317201 or 3098390. OLE color: 3098390.
HSL color Cylindrical-coordinate representation of color #16472F: hue angle of 150.61º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16472F is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 47 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.72 |
| HSL | 150.61º | 0.53% | 0.18% | - |
| HSV(B) | 150.61º | 0.69% | 0.28% | - |
| XYZ | 3.1 | 4.88 | 3.47 | - |
| YUV | 53.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 47 | 0.69 | 0 | 0.34 | 0.72 | 150.61 | 0.53 | 0.18 |
| Hex | 16 | 47 | 2F | 45 | 0 | 22 | 48 | 97 | 35 | 12 |
| Octal | 26 | 107 | 57 | 105 | 0 | 42 | 110 | 227 | 65 | 22 |
| Binary | 10110 | 1000111 | 101111 | 1000101 | 0 | 100010 | 1001000 | 10010111 | 110101 | 10010 |
Color Harmonies of #16472F
Complementary color
Monochromatic Colors of #16472F
Black with #16472F
Text Example
Text Example
White with #16472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16472F; }
p { color: rgb(22,71,47); }
H1.HeaderClassName
{
color: #16472F;
}
.AnyTagClassName
{
color: #16472F;
}
</style>
background-color css
<style>
a { background-color: #16472F; }
a { background-color: rgb(22,71,47); }
div.DivClassName
{
background-color: #16472F;
}
.BgClassName
{
background-color: #16472F;
}
</style>
border-color css
<style>
span { border-color: #16472F; }
span { border-color: rgb(22,71,47); }
td.TdClassName
{
border-color: #16472F;
}
.TagClassName
{
border-color: #16472F;
}
</style>