#14412D

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

Shades of Zuccini #14412D

Tints of Zuccini #14412D

Color information

#14412D (or 0x14412D) is unknown color: approx Zuccini. HEX triplet: 14, 41 and 2D. RGB value is (20,65,45). Sum of RGB (Red+Green+Blue) = 20+65+45=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #14412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14412D is #EBBED2. Grayscale: #313131. Windows color (decimal): -15449811 or 2965780. OLE color: 2965780.

HSL color Cylindrical-coordinate representation of color #14412D: hue angle of 153.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14412D is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB206545-
CMYK0.6900.310.75
HSL153.33º52.94%16.67%-
HSV(B)153.33º69.23%25.49%-
XYZ2.654.123.14-
YUV49.26125.59107.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=15.38%
G=50%
B=34.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065450.6900.310.75153.3352.9416.67
Hex14412D4501F4B993511
Octal24101551050371132316521
Binary101001000001101101100010101111110010111001100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14412D; }

 p { color: rgb(20,65,45); }

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

<style>
 a { background-color: #14412D; }

 a { background-color: rgb(20,65,45); }

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

<style>
 span { border-color: #14412D; }

 span { border-color: rgb(20,65,45); }

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