#104629

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

Shades of Zuccini #104629

Tints of Zuccini #104629

Color information

#104629 (or 0x104629) is unknown color: approx Zuccini. HEX triplet: 10, 46 and 29. RGB value is (16,70,41). Sum of RGB (Red+Green+Blue) = 16+70+41=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #104629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104629 is #EFB9D6. Grayscale: #323232. Windows color (decimal): -15710679 or 2704912. OLE color: 2704912.

HSL color Cylindrical-coordinate representation of color #104629: hue angle of 147.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104629 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB167041-
CMYK0.7700.410.73
HSL147.78º62.79%16.86%-
HSV(B)147.78º77.14%27.45%-
XYZ2.84.652.85-
YUV50.55122.61103.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=12.60%
G=55.12%
B=32.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670410.7700.410.73147.7862.7916.86
Hex1046294D02949943f11
Octal20106511150511112247721
Binary1000010001101010011001101010100110010011001010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104629; }

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

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

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

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

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

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

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

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