#16422A

Color #16422A Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #16422A

Tints of Zuccini #16422A

Color information

#16422A (or 0x16422A) is unknown color: approx Zuccini. HEX triplet: 16, 42 and 2A. RGB value is (22,66,42). Sum of RGB (Red+Green+Blue) = 22+66+42=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #16422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16422A is #E9BDD5. Grayscale: #323232. Windows color (decimal): -15318486 or 2769430. OLE color: 2769430.

HSL color Cylindrical-coordinate representation of color #16422A: hue angle of 147.27º degrees, saturation: 0.5, 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 #16422A is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB226642-
CMYK0.6700.360.74
HSL147.27º50%17.25%-
HSV(B)147.27º66.67%25.88%-
XYZ2.74.232.87-
YUV50.11123.42107.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=16.92%
G=50.77%
B=32.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2266420.6700.360.74147.275017.25
Hex16422A430244A933211
Octal26102521030441122236221
Binary1011010000101010101000011010010010010101001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16422A; }

 p { color: rgb(22,66,42); }

 H1.HeaderClassName
 {
   color: #16422A;
 }
 .AnyTagClassName
 {
   color: #16422A;
 }
</style>
background-color css

<style>
 a { background-color: #16422A; }

 a { background-color: rgb(22,66,42); }

 div.DivClassName
 {
   background-color: #16422A;
 }
 .BgClassName
 {
   background-color: #16422A;
 }
</style>
border-color css

<style>
 span { border-color: #16422A; }

 span { border-color: rgb(22,66,42); }

 td.TdClassName
 {
   border-color: #16422A;
 }
 .TagClassName
 {
   border-color: #16422A;
 }
</style>