#18412C

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

Shades of Zuccini #18412C

Tints of Zuccini #18412C

Color information

#18412C (or 0x18412C) is unknown color: approx Zuccini. HEX triplet: 18, 41 and 2C. RGB value is (24,65,44). Sum of RGB (Red+Green+Blue) = 24+65+44=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #18412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18412C is #E7BED3. Grayscale: #323232. Windows color (decimal): -15187668 or 2900248. OLE color: 2900248.

HSL color Cylindrical-coordinate representation of color #18412C: hue angle of 149.27º 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 #18412C is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB246544-
CMYK0.6300.320.75
HSL149.27º46.07%17.45%-
HSV(B)149.27º63.08%25.49%-
XYZ2.724.163.04-
YUV50.35124.42109.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=18.05%
G=48.87%
B=33.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465440.6300.320.75149.2746.0717.45
Hex18412C3F0204B952e11
Octal3010154770401132255621
Binary110001000001101100111111010000010010111001010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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