#18422C

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

Shades of Zuccini #18422C

Tints of Zuccini #18422C

Color information

#18422C (or 0x18422C) is unknown color: approx Zuccini. HEX triplet: 18, 42 and 2C. RGB value is (24,66,44). Sum of RGB (Red+Green+Blue) = 24+66+44=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #18422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18422C is #E7BDD3. Grayscale: #323232. Windows color (decimal): -15187412 or 2900504. OLE color: 2900504.

HSL color Cylindrical-coordinate representation of color #18422C: hue angle of 148.57º 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 #18422C is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB246644-
CMYK0.6400.330.74
HSL148.57º46.67%17.65%-
HSV(B)148.57º63.64%25.88%-
XYZ2.784.273.06-
YUV50.93124.09108.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=17.91%
G=49.25%
B=32.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466440.6400.330.74148.5746.6717.65
Hex18422C400214A952f12
Octal30102541000411122255722
Binary1100010000101011001000000010000110010101001010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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