#104028

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

Shades of Zuccini #104028

Tints of Zuccini #104028

Color information

#104028 (or 0x104028) is unknown color: approx Zuccini. HEX triplet: 10, 40 and 28. RGB value is (16,64,40). Sum of RGB (Red+Green+Blue) = 16+64+40=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #104028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104028 is #EFBFD7. Grayscale: #2E2E2E. Windows color (decimal): -15712216 or 2637840. OLE color: 2637840.

HSL color Cylindrical-coordinate representation of color #104028: hue angle of 150º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104028 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB166440-
CMYK0.7500.380.75
HSL150º60%15.69%-
HSV(B)150º75%25.1%-
XYZ2.433.932.64-
YUV46.91124.1105.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=13.33%
G=53.33%
B=33.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664400.7500.380.751506015.69
Hex1040284B0264B963c10
Octal20100501130461132267420
Binary1000010000001010001001011010011010010111001011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104028; }

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

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

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

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

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

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

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

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