#18462D

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

Shades of Zuccini #18462D

Tints of Zuccini #18462D

Color information

#18462D (or 0x18462D) is unknown color: approx Zuccini. HEX triplet: 18, 46 and 2D. RGB value is (24,70,45). Sum of RGB (Red+Green+Blue) = 24+70+45=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #18462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18462D is #E7B9D2. Grayscale: #353535. Windows color (decimal): -15186387 or 2967064. OLE color: 2967064.

HSL color Cylindrical-coordinate representation of color #18462D: hue angle of 147.39º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18462D is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB247045-
CMYK0.6600.360.73
HSL147.39º48.94%18.43%-
HSV(B)147.39º65.71%27.45%-
XYZ3.044.763.24-
YUV53.4123.26107.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.27%
GREEN value IS 70 (27.73% from 255) = 50.36%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=17.27%
G=50.36%
B=32.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470450.6600.360.73147.3948.9418.43
Hex18462D4202449933112
Octal30106551020441112236122
Binary1100010001101011011000010010010010010011001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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