#16412B

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

Shades of Zuccini #16412B

Tints of Zuccini #16412B

Color information

#16412B (or 0x16412B) is unknown color: approx Zuccini. HEX triplet: 16, 41 and 2B. RGB value is (22,65,43). Sum of RGB (Red+Green+Blue) = 22+65+43=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #16412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16412B is #E9BED4. Grayscale: #313131. Windows color (decimal): -15318741 or 2834710. OLE color: 2834710.

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

Color convert

RGB226543-
CMYK0.6600.340.75
HSL149.3º49.43%17.06%-
HSV(B)149.3º66.15%25.49%-
XYZ2.664.132.94-
YUV49.64124.25108.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=16.92%
G=50%
B=33.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265430.6600.340.75149.349.4317.06
Hex16412B420224B953111
Octal26101531020421132256121
Binary1011010000011010111000010010001010010111001010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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