#18422D

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

Shades of Zuccini #18422D

Tints of Zuccini #18422D

Color information

#18422D (or 0x18422D) is unknown color: approx Zuccini. HEX triplet: 18, 42 and 2D. RGB value is (24,66,45). Sum of RGB (Red+Green+Blue) = 24+66+45=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #18422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18422D is #E7BDD2. Grayscale: #333333. Windows color (decimal): -15187411 or 2966040. OLE color: 2966040.

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

Color convert

RGB246645-
CMYK0.6400.320.74
HSL150º46.67%17.65%-
HSV(B)150º63.64%25.88%-
XYZ2.84.283.16-
YUV51.05124.59108.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=17.78%
G=48.89%
B=33.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466450.6400.320.7415046.6717.65
Hex18422D400204A962f12
Octal30102551000401122265722
Binary1100010000101011011000000010000010010101001011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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