#18412E

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

Shades of Zuccini #18412E

Tints of Zuccini #18412E

Color information

#18412E (or 0x18412E) is unknown color: approx Zuccini. HEX triplet: 18, 41 and 2E. RGB value is (24,65,46). Sum of RGB (Red+Green+Blue) = 24+65+46=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #18412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18412E is #E7BED1. Grayscale: #323232. Windows color (decimal): -15187666 or 3031320. OLE color: 3031320.

HSL color Cylindrical-coordinate representation of color #18412E: hue angle of 152.2º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18412E is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB246546-
CMYK0.6300.290.75
HSL152.2º46.07%17.45%-
HSV(B)152.2º63.08%25.49%-
XYZ2.764.173.24-
YUV50.58125.42109.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=17.78%
G=48.15%
B=34.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465460.6300.290.75152.246.0717.45
Hex18412E3F01D4B982e11
Octal3010156770351132305621
Binary11000100000110111011111101110110010111001100010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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