Shades of Zuccini #164627
Tints of Zuccini #164627
RGB
CMYK
RGB Variations
Color information
#164627 (or 0x164627) is known color: Zuccini. HEX triplet: 16, 46 and 27. RGB value is (22,70,39). Sum of RGB (Red+Green+Blue) = 22+70+39=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #164627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164627 is #E9B9D8. Grayscale: #343434. Windows color (decimal): -15317465 or 2573846. OLE color: 2573846.
HSL color Cylindrical-coordinate representation of color #164627: hue angle of 141.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164627 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 70 | 39 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.73 |
| HSL | 141.25º | 0.52% | 0.18% | - |
| HSV(B) | 141.25º | 0.69% | 0.27% | - |
| XYZ | 2.89 | 4.7 | 2.67 | - |
| YUV | 52.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 39 | 0.69 | 0 | 0.44 | 0.73 | 141.25 | 0.52 | 0.18 |
| Hex | 16 | 46 | 27 | 45 | 0 | 2C | 49 | 8D | 34 | 12 |
| Octal | 26 | 106 | 47 | 105 | 0 | 54 | 111 | 215 | 64 | 22 |
| Binary | 10110 | 1000110 | 100111 | 1000101 | 0 | 101100 | 1001001 | 10001101 | 110100 | 10010 |
Color Harmonies of #164627
Complementary color
Monochromatic Colors of #164627
Black with #164627
Text Example
Text Example
White with #164627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164627; }
p { color: rgb(22,70,39); }
H1.HeaderClassName
{
color: #164627;
}
.AnyTagClassName
{
color: #164627;
}
</style>
background-color css
<style>
a { background-color: #164627; }
a { background-color: rgb(22,70,39); }
div.DivClassName
{
background-color: #164627;
}
.BgClassName
{
background-color: #164627;
}
</style>
border-color css
<style>
span { border-color: #164627; }
span { border-color: rgb(22,70,39); }
td.TdClassName
{
border-color: #164627;
}
.TagClassName
{
border-color: #164627;
}
</style>