#18432F

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

Shades of Zuccini #18432F

Tints of Zuccini #18432F

Color information

#18432F (or 0x18432F) is unknown color: approx Zuccini. HEX triplet: 18, 43 and 2F. RGB value is (24,67,47). Sum of RGB (Red+Green+Blue) = 24+67+47=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #18432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18432F is #E7BCD0. Grayscale: #333333. Windows color (decimal): -15187153 or 3097368. OLE color: 3097368.

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

Color convert

RGB246747-
CMYK0.6400.300.74
HSL152.09º47.25%17.84%-
HSV(B)152.09º64.18%26.27%-
XYZ2.94.413.39-
YUV51.86125.25108.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 67 (26.56% from 255) = 48.55%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=17.39%
G=48.55%
B=34.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467470.6400.300.74152.0947.2517.84
Hex18432F4001E4A982f12
Octal30103571000361122305722
Binary110001000011101111100000001111010010101001100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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