#104429

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

Shades of Zuccini #104429

Tints of Zuccini #104429

Color information

#104429 (or 0x104429) is unknown color: approx Zuccini. HEX triplet: 10, 44 and 29. RGB value is (16,68,41). Sum of RGB (Red+Green+Blue) = 16+68+41=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #104429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104429 is #EFBBD6. Grayscale: #313131. Windows color (decimal): -15711191 or 2704400. OLE color: 2704400.

HSL color Cylindrical-coordinate representation of color #104429: hue angle of 148.85º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104429 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB166841-
CMYK0.7600.400.73
HSL148.85º61.9%16.47%-
HSV(B)148.85º76.47%26.67%-
XYZ2.684.42.81-
YUV49.37123.27104.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=12.8%
G=54.4%
B=32.8%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668410.7600.400.73148.8561.916.47
Hex1044294C02849953e10
Octal20104511140501112257620
Binary1000010001001010011001100010100010010011001010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104429; }

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

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

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

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

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

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

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

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