#18402D

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

Shades of Zuccini #18402D

Tints of Zuccini #18402D

Color information

#18402D (or 0x18402D) is unknown color: approx Zuccini. HEX triplet: 18, 40 and 2D. RGB value is (24,64,45). Sum of RGB (Red+Green+Blue) = 24+64+45=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #18402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18402D is #E7BFD2. Grayscale: #313131. Windows color (decimal): -15187923 or 2965528. OLE color: 2965528.

HSL color Cylindrical-coordinate representation of color #18402D: hue angle of 151.5º 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 #18402D is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB246445-
CMYK0.6200.300.75
HSL151.5º45.45%17.25%-
HSV(B)151.5º62.5%25.1%-
XYZ2.684.053.12-
YUV49.87125.25109.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=18.05%
G=48.12%
B=33.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464450.6200.300.75151.545.4517.25
Hex18402D3E01E4B982d11
Octal3010055760361132305521
Binary11000100000010110111111001111010010111001100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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