#18422F

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

Shades of Zuccini #18422F

Tints of Zuccini #18422F

Color information

#18422F (or 0x18422F) is unknown color: approx Zuccini. HEX triplet: 18, 42 and 2F. RGB value is (24,66,47). Sum of RGB (Red+Green+Blue) = 24+66+47=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #18422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18422F is #E7BDD0. Grayscale: #333333. Windows color (decimal): -15187409 or 3097112. OLE color: 3097112.

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

Color convert

RGB246647-
CMYK0.6400.290.74
HSL152.86º46.67%17.65%-
HSV(B)152.86º63.64%25.88%-
XYZ2.844.33.37-
YUV51.28125.59108.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 66 (26.17% from 255) = 48.18%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=17.52%
G=48.18%
B=34.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466470.6400.290.74152.8646.6717.65
Hex18422F4001D4A992f12
Octal30102571000351122315722
Binary110001000010101111100000001110110010101001100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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