#16412C

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

Shades of Zuccini #16412C

Tints of Zuccini #16412C

Color information

#16412C (or 0x16412C) is unknown color: approx Zuccini. HEX triplet: 16, 41 and 2C. RGB value is (22,65,44). Sum of RGB (Red+Green+Blue) = 22+65+44=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #16412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16412C is #E9BED3. Grayscale: #313131. Windows color (decimal): -15318740 or 2900246. OLE color: 2900246.

HSL color Cylindrical-coordinate representation of color #16412C: hue angle of 150.7º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #16412C is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB226544-
CMYK0.6600.320.75
HSL150.7º49.43%17.06%-
HSV(B)150.7º66.15%25.49%-
XYZ2.684.133.04-
YUV49.75124.75108.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=16.79%
G=49.62%
B=33.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265440.6600.320.75150.749.4317.06
Hex16412C420204B973111
Octal26101541020401132276121
Binary1011010000011011001000010010000010010111001011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16412C; }

 p { color: rgb(22,65,44); }

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

<style>
 a { background-color: #16412C; }

 a { background-color: rgb(22,65,44); }

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

<style>
 span { border-color: #16412C; }

 span { border-color: rgb(22,65,44); }

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