#104426

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

Shades of Zuccini #104426

Tints of Zuccini #104426

Color information

#104426 (or 0x104426) is unknown color: approx Zuccini. HEX triplet: 10, 44 and 26. RGB value is (16,68,38). Sum of RGB (Red+Green+Blue) = 16+68+38=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #104426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104426 is #EFBBD9. Grayscale: #313131. Windows color (decimal): -15711194 or 2507792. OLE color: 2507792.

HSL color Cylindrical-coordinate representation of color #104426: hue angle of 145.38º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104426 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB166838-
CMYK0.7600.440.73
HSL145.38º61.9%16.47%-
HSV(B)145.38º76.47%26.67%-
XYZ2.634.382.54-
YUV49.03121.77104.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=13.11%
G=55.74%
B=31.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668380.7600.440.73145.3861.916.47
Hex1044264C02C49913e10
Octal20104461140541112217620
Binary1000010001001001101001100010110010010011001000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104426; }

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

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

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

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

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

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

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

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