Shades of Zuccini #164B2E
Tints of Zuccini #164B2E
RGB
CMYK
RGB Variations
Color information
#164B2E (or 0x164B2E) is known color: Zuccini. HEX triplet: 16, 4B and 2E. RGB value is (22,75,46). Sum of RGB (Red+Green+Blue) = 22+75+46=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #164B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B2E is #E9B4D1. Grayscale: #373737. Windows color (decimal): -15316178 or 3033878. OLE color: 3033878.
HSL color Cylindrical-coordinate representation of color #164B2E: hue angle of 147.17º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B2E is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 75 | 46 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.71 |
| HSL | 147.17º | 0.55% | 0.19% | - |
| HSV(B) | 147.17º | 0.71% | 0.29% | - |
| XYZ | 3.34 | 5.4 | 3.45 | - |
| YUV | 55.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 46 | 0.71 | 0 | 0.39 | 0.71 | 147.17 | 0.55 | 0.19 |
| Hex | 16 | 4B | 2E | 47 | 0 | 27 | 47 | 93 | 37 | 13 |
| Octal | 26 | 113 | 56 | 107 | 0 | 47 | 107 | 223 | 67 | 23 |
| Binary | 10110 | 1001011 | 101110 | 1000111 | 0 | 100111 | 1000111 | 10010011 | 110111 | 10011 |
Color Harmonies of #164B2E
Complementary color
Monochromatic Colors of #164B2E
Black with #164B2E
Text Example
Text Example
White with #164B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B2E; }
p { color: rgb(22,75,46); }
H1.HeaderClassName
{
color: #164B2E;
}
.AnyTagClassName
{
color: #164B2E;
}
</style>
background-color css
<style>
a { background-color: #164B2E; }
a { background-color: rgb(22,75,46); }
div.DivClassName
{
background-color: #164B2E;
}
.BgClassName
{
background-color: #164B2E;
}
</style>
border-color css
<style>
span { border-color: #164B2E; }
span { border-color: rgb(22,75,46); }
td.TdClassName
{
border-color: #164B2E;
}
.TagClassName
{
border-color: #164B2E;
}
</style>