#104328

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

Shades of Zuccini #104328

Tints of Zuccini #104328

Color information

#104328 (or 0x104328) is unknown color: approx Zuccini. HEX triplet: 10, 43 and 28. RGB value is (16,67,40). Sum of RGB (Red+Green+Blue) = 16+67+40=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #104328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104328 is #EFBCD7. Grayscale: #303030. Windows color (decimal): -15711448 or 2638608. OLE color: 2638608.

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

Color convert

RGB166740-
CMYK0.7600.400.74
HSL148.24º61.45%16.27%-
HSV(B)148.24º76.12%26.27%-
XYZ2.64.282.7-
YUV48.67123.1104.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=13.01%
G=54.47%
B=32.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667400.7600.400.74148.2461.4516.27
Hex1043284C0284A943d10
Octal20103501140501122247520
Binary1000010000111010001001100010100010010101001010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104328; }

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

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

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

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

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

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

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

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