#124329

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

Shades of Zuccini #124329

Tints of Zuccini #124329

Color information

#124329 (or 0x124329) is unknown color: approx Zuccini. HEX triplet: 12, 43 and 29. RGB value is (18,67,41). Sum of RGB (Red+Green+Blue) = 18+67+41=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #124329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124329 is #EDBCD6. Grayscale: #313131. Windows color (decimal): -15580375 or 2704146. OLE color: 2704146.

HSL color Cylindrical-coordinate representation of color #124329: hue angle of 148.16º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124329 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB186741-
CMYK0.7300.390.74
HSL148.16º57.65%16.67%-
HSV(B)148.16º73.13%26.27%-
XYZ2.664.32.79-
YUV49.38123.27105.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 67 (26.56% from 255) = 53.17%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=14.29%
G=53.17%
B=32.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867410.7300.390.74148.1657.6516.67
Hex124329490274A943a11
Octal22103511110471122247221
Binary1001010000111010011001001010011110010101001010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124329; }

 p { color: rgb(18,67,41); }

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

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

 a { background-color: rgb(18,67,41); }

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

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

 span { border-color: rgb(18,67,41); }

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