#18432E

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

Shades of Zuccini #18432E

Tints of Zuccini #18432E

Color information

#18432E (or 0x18432E) is unknown color: approx Zuccini. HEX triplet: 18, 43 and 2E. RGB value is (24,67,46). Sum of RGB (Red+Green+Blue) = 24+67+46=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #18432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18432E is #E7BCD1. Grayscale: #333333. Windows color (decimal): -15187154 or 3031832. OLE color: 3031832.

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

Color convert

RGB246746-
CMYK0.6400.310.74
HSL150.7º47.25%17.84%-
HSV(B)150.7º64.18%26.27%-
XYZ2.884.413.28-
YUV51.75124.75108.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=17.52%
G=48.91%
B=33.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467460.6400.310.74150.747.2517.84
Hex18432E4001F4A972f12
Octal30103561000371122275722
Binary110001000011101110100000001111110010101001011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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