Shades of Zuccini #164731
Tints of Zuccini #164731
RGB
CMYK
RGB Variations
Color information
#164731 (or 0x164731) is known color: Zuccini. HEX triplet: 16, 47 and 31. RGB value is (22,71,49). Sum of RGB (Red+Green+Blue) = 22+71+49=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #164731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164731 is #E9B8CE. Grayscale: #353535. Windows color (decimal): -15317199 or 3229462. OLE color: 3229462.
HSL color Cylindrical-coordinate representation of color #164731: hue angle of 153.06º 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 #164731 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 49 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.72 |
| HSL | 153.06º | 0.53% | 0.18% | - |
| HSV(B) | 153.06º | 0.69% | 0.28% | - |
| XYZ | 3.14 | 4.9 | 3.69 | - |
| YUV | 53.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 49 | 0.69 | 0 | 0.31 | 0.72 | 153.06 | 0.53 | 0.18 |
| Hex | 16 | 47 | 31 | 45 | 0 | 1F | 48 | 99 | 35 | 12 |
| Octal | 26 | 107 | 61 | 105 | 0 | 37 | 110 | 231 | 65 | 22 |
| Binary | 10110 | 1000111 | 110001 | 1000101 | 0 | 11111 | 1001000 | 10011001 | 110101 | 10010 |
Color Harmonies of #164731
Complementary color
Monochromatic Colors of #164731
Black with #164731
Text Example
Text Example
White with #164731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164731; }
p { color: rgb(22,71,49); }
H1.HeaderClassName
{
color: #164731;
}
.AnyTagClassName
{
color: #164731;
}
</style>
background-color css
<style>
a { background-color: #164731; }
a { background-color: rgb(22,71,49); }
div.DivClassName
{
background-color: #164731;
}
.BgClassName
{
background-color: #164731;
}
</style>
border-color css
<style>
span { border-color: #164731; }
span { border-color: rgb(22,71,49); }
td.TdClassName
{
border-color: #164731;
}
.TagClassName
{
border-color: #164731;
}
</style>