#16412E

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

Shades of Zuccini #16412E

Tints of Zuccini #16412E

Color information

#16412E (or 0x16412E) is unknown color: approx Zuccini. HEX triplet: 16, 41 and 2E. RGB value is (22,65,46). Sum of RGB (Red+Green+Blue) = 22+65+46=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #16412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16412E is #E9BED1. Grayscale: #323232. Windows color (decimal): -15318738 or 3031318. OLE color: 3031318.

HSL color Cylindrical-coordinate representation of color #16412E: hue angle of 153.49º 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 #16412E is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB226546-
CMYK0.6600.290.75
HSL153.49º49.43%17.06%-
HSV(B)153.49º66.15%25.49%-
XYZ2.714.153.24-
YUV49.98125.75108.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=16.54%
G=48.87%
B=34.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265460.6600.290.75153.4949.4317.06
Hex16412E4201D4B993111
Octal26101561020351132316121
Binary101101000001101110100001001110110010111001100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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