#104728

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

Shades of Zuccini #104728

Tints of Zuccini #104728

Color information

#104728 (or 0x104728) is unknown color: approx Zuccini. HEX triplet: 10, 47 and 28. RGB value is (16,71,40). Sum of RGB (Red+Green+Blue) = 16+71+40=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #104728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104728 is #EFB8D7. Grayscale: #333333. Windows color (decimal): -15710424 or 2639632. OLE color: 2639632.

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

Color convert

RGB167140-
CMYK0.7700.440.72
HSL146.18º63.22%17.06%-
HSV(B)146.18º77.46%27.84%-
XYZ2.854.772.78-
YUV51.02121.78103.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=12.60%
G=55.91%
B=31.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671400.7700.440.72146.1863.2217.06
Hex1047284D02C48923f11
Octal20107501150541102227721
Binary1000010001111010001001101010110010010001001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104728; }

 p { color: rgb(16,71,40); }

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

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

 a { background-color: rgb(16,71,40); }

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

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

 span { border-color: rgb(16,71,40); }

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