#18402C

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

Shades of Zuccini #18402C

Tints of Zuccini #18402C

Color information

#18402C (or 0x18402C) is unknown color: approx Zuccini. HEX triplet: 18, 40 and 2C. RGB value is (24,64,44). Sum of RGB (Red+Green+Blue) = 24+64+44=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #18402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18402C is #E7BFD3. Grayscale: #313131. Windows color (decimal): -15187924 or 2899992. OLE color: 2899992.

HSL color Cylindrical-coordinate representation of color #18402C: hue angle of 150º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18402C is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB246444-
CMYK0.6200.310.75
HSL150º45.45%17.25%-
HSV(B)150º62.5%25.1%-
XYZ2.664.043.02-
YUV49.76124.75109.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=18.18%
G=48.48%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464440.6200.310.7515045.4517.25
Hex18402C3E01F4B962d11
Octal3010054760371132265521
Binary11000100000010110011111001111110010111001011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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