Shades of Zuccini #164330
Tints of Zuccini #164330
RGB
CMYK
RGB Variations
Color information
#164330 (or 0x164330) is known color: Zuccini. HEX triplet: 16, 43 and 30. RGB value is (22,67,48). Sum of RGB (Red+Green+Blue) = 22+67+48=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #164330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164330 is #E9BCCF. Grayscale: #333333. Windows color (decimal): -15318224 or 3162902. OLE color: 3162902.
HSL color Cylindrical-coordinate representation of color #164330: hue angle of 154.67º degrees, saturation: 0.51, 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 #164330 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 67 | 48 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.74 |
| HSL | 154.67º | 0.51% | 0.17% | - |
| HSV(B) | 154.67º | 0.67% | 0.26% | - |
| XYZ | 2.87 | 4.4 | 3.49 | - |
| YUV | 51.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 48 | 0.67 | 0 | 0.28 | 0.74 | 154.67 | 0.51 | 0.17 |
| Hex | 16 | 43 | 30 | 43 | 0 | 1C | 4A | 9B | 33 | 11 |
| Octal | 26 | 103 | 60 | 103 | 0 | 34 | 112 | 233 | 63 | 21 |
| Binary | 10110 | 1000011 | 110000 | 1000011 | 0 | 11100 | 1001010 | 10011011 | 110011 | 10001 |
Color Harmonies of #164330
Complementary color
Monochromatic Colors of #164330
Black with #164330
Text Example
Text Example
White with #164330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164330; }
p { color: rgb(22,67,48); }
H1.HeaderClassName
{
color: #164330;
}
.AnyTagClassName
{
color: #164330;
}
</style>
background-color css
<style>
a { background-color: #164330; }
a { background-color: rgb(22,67,48); }
div.DivClassName
{
background-color: #164330;
}
.BgClassName
{
background-color: #164330;
}
</style>
border-color css
<style>
span { border-color: #164330; }
span { border-color: rgb(22,67,48); }
td.TdClassName
{
border-color: #164330;
}
.TagClassName
{
border-color: #164330;
}
</style>