#18432B

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

Shades of Zuccini #18432B

Tints of Zuccini #18432B

Color information

#18432B (or 0x18432B) is unknown color: approx Zuccini. HEX triplet: 18, 43 and 2B. RGB value is (24,67,43). Sum of RGB (Red+Green+Blue) = 24+67+43=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #18432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18432B is #E7BCD4. Grayscale: #333333. Windows color (decimal): -15187157 or 2835224. OLE color: 2835224.

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

Color convert

RGB246743-
CMYK0.6400.360.74
HSL146.51º47.25%17.84%-
HSV(B)146.51º64.18%26.27%-
XYZ2.824.382.98-
YUV51.41123.25108.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=17.91%
G=50%
B=32.09%

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
Decimal2467430.6400.360.74146.5147.2517.84
Hex18432B400244A932f12
Octal30103531000441122235722
Binary1100010000111010111000000010010010010101001001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18432B; }

 p { color: rgb(24,67,43); }

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

<style>
 a { background-color: #18432B; }

 a { background-color: rgb(24,67,43); }

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

<style>
 span { border-color: #18432B; }

 span { border-color: rgb(24,67,43); }

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