#18492D

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

Shades of Zuccini #18492D

Tints of Zuccini #18492D

Color information

#18492D (or 0x18492D) is unknown color: approx Zuccini. HEX triplet: 18, 49 and 2D. RGB value is (24,73,45). Sum of RGB (Red+Green+Blue) = 24+73+45=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #18492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18492D is #E7B6D2. Grayscale: #373737. Windows color (decimal): -15185619 or 2967832. OLE color: 2967832.

HSL color Cylindrical-coordinate representation of color #18492D: hue angle of 145.71º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18492D is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB247345-
CMYK0.6700.380.71
HSL145.71º50.52%19.02%-
HSV(B)145.71º67.12%28.63%-
XYZ3.235.153.31-
YUV55.16122.27105.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 73 (28.91% from 255) = 51.41%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=16.90%
G=51.41%
B=31.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473450.6700.380.71145.7150.5219.02
Hex18492D4302647923313
Octal30111551030461072226323
Binary1100010010011011011000011010011010001111001001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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