#104626

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

Shades of Zuccini #104626

Tints of Zuccini #104626

Color information

#104626 (or 0x104626) is unknown color: approx Zuccini. HEX triplet: 10, 46 and 26. RGB value is (16,70,38). Sum of RGB (Red+Green+Blue) = 16+70+38=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #104626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104626 is #EFB9D9. Grayscale: #323232. Windows color (decimal): -15710682 or 2508304. OLE color: 2508304.

HSL color Cylindrical-coordinate representation of color #104626: hue angle of 144.44º 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 #104626 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB167038-
CMYK0.7700.460.73
HSL144.44º62.79%16.86%-
HSV(B)144.44º77.14%27.45%-
XYZ2.754.632.58-
YUV50.21121.11103.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 70 (27.73% from 255) = 56.45%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=12.90%
G=56.45%
B=30.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670380.7700.460.73144.4462.7916.86
Hex1046264D02E49903f11
Octal20106461150561112207721
Binary1000010001101001101001101010111010010011001000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104626; }

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

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

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

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

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

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

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

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