#18422A

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

Shades of Zuccini #18422A

Tints of Zuccini #18422A

Color information

#18422A (or 0x18422A) is unknown color: approx Zuccini. HEX triplet: 18, 42 and 2A. RGB value is (24,66,42). Sum of RGB (Red+Green+Blue) = 24+66+42=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #18422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18422A is #E7BDD5. Grayscale: #323232. Windows color (decimal): -15187414 or 2769432. OLE color: 2769432.

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

Color convert

RGB246642-
CMYK0.6400.360.74
HSL145.71º46.67%17.65%-
HSV(B)145.71º63.64%25.88%-
XYZ2.744.262.87-
YUV50.71123.09108.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=18.18%
G=50%
B=31.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466420.6400.360.74145.7146.6717.65
Hex18422A400244A922f12
Octal30102521000441122225722
Binary1100010000101010101000000010010010010101001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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