#104329

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

Shades of Zuccini #104329

Tints of Zuccini #104329

Color information

#104329 (or 0x104329) is unknown color: approx Zuccini. HEX triplet: 10, 43 and 29. RGB value is (16,67,41). Sum of RGB (Red+Green+Blue) = 16+67+41=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #104329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104329 is #EFBCD6. Grayscale: #303030. Windows color (decimal): -15711447 or 2704144. OLE color: 2704144.

HSL color Cylindrical-coordinate representation of color #104329: hue angle of 149.41º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104329 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB166741-
CMYK0.7600.390.74
HSL149.41º61.45%16.27%-
HSV(B)149.41º76.12%26.27%-
XYZ2.624.282.79-
YUV48.79123.6104.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=12.90%
G=54.03%
B=33.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667410.7600.390.74149.4161.4516.27
Hex1043294C0274A953d10
Octal20103511140471122257520
Binary1000010000111010011001100010011110010101001010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104329; }

 p { color: rgb(16,67,41); }

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

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

 a { background-color: rgb(16,67,41); }

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

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

 span { border-color: rgb(16,67,41); }

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