#18432C

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

Shades of Zuccini #18432C

Tints of Zuccini #18432C

Color information

#18432C (or 0x18432C) is unknown color: approx Zuccini. HEX triplet: 18, 43 and 2C. RGB value is (24,67,44). Sum of RGB (Red+Green+Blue) = 24+67+44=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #18432C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18432C is #E7BCD3. Grayscale: #333333. Windows color (decimal): -15187156 or 2900760. OLE color: 2900760.

HSL color Cylindrical-coordinate representation of color #18432C: hue angle of 147.91º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18432C is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB246744-
CMYK0.6400.340.74
HSL147.91º47.25%17.84%-
HSV(B)147.91º64.18%26.27%-
XYZ2.844.393.08-
YUV51.52123.75108.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=17.78%
G=49.63%
B=32.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467440.6400.340.74147.9147.2517.84
Hex18432C400224A942f12
Octal30103541000421122245722
Binary1100010000111011001000000010001010010101001010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18432C; }

 p { color: rgb(24,67,44); }

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

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

 a { background-color: rgb(24,67,44); }

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

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

 span { border-color: rgb(24,67,44); }

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