#104826

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

Shades of Zuccini #104826

Tints of Zuccini #104826

Color information

#104826 (or 0x104826) is unknown color: approx Zuccini. HEX triplet: 10, 48 and 26. RGB value is (16,72,38). Sum of RGB (Red+Green+Blue) = 16+72+38=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #104826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104826 is #EFB7D9. Grayscale: #333333. Windows color (decimal): -15710170 or 2508816. OLE color: 2508816.

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

Color convert

RGB167238-
CMYK0.7800.470.72
HSL143.57º63.64%17.25%-
HSV(B)143.57º77.78%28.24%-
XYZ2.884.882.62-
YUV51.38120.45102.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=12.70%
G=57.14%
B=30.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672380.7800.470.72143.5763.6417.25
Hex1048264E02F48904011
Octal201104611605711022010021
Binary10000100100010011010011100101111100100010010000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104826; }

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

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

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

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

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

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

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

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