#104824

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

Shades of Zuccini #104824

Tints of Zuccini #104824

Color information

#104824 (or 0x104824) is unknown color: approx Zuccini. HEX triplet: 10, 48 and 24. RGB value is (16,72,36). Sum of RGB (Red+Green+Blue) = 16+72+36=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #104824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104824 is #EFB7DB. Grayscale: #333333. Windows color (decimal): -15710172 or 2377744. OLE color: 2377744.

HSL color Cylindrical-coordinate representation of color #104824: hue angle of 141.43º 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 #104824 is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB167236-
CMYK0.7800.50.72
HSL141.43º63.64%17.25%-
HSV(B)141.43º77.78%28.24%-
XYZ2.854.872.46-
YUV51.15119.45102.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=12.90%
G=58.06%
B=29.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672360.7800.50.72141.4363.6417.25
Hex1048244E032488d4011
Octal201104411606211021510021
Binary10000100100010010010011100110010100100010001101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104824; }

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

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

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

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

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

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

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

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