#14442D

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

Shades of Zuccini #14442D

Tints of Zuccini #14442D

Color information

#14442D (or 0x14442D) is unknown color: approx Zuccini. HEX triplet: 14, 44 and 2D. RGB value is (20,68,45). Sum of RGB (Red+Green+Blue) = 20+68+45=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #14442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14442D is #EBBBD2. Grayscale: #333333. Windows color (decimal): -15449043 or 2966548. OLE color: 2966548.

HSL color Cylindrical-coordinate representation of color #14442D: hue angle of 151.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14442D is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB206845-
CMYK0.7100.340.73
HSL151.25º54.55%17.25%-
HSV(B)151.25º70.59%26.67%-
XYZ2.834.473.2-
YUV51.03124.6105.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=15.04%
G=51.13%
B=33.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068450.7100.340.73151.2554.5517.25
Hex14442D4702249973711
Octal24104551070421112276721
Binary1010010001001011011000111010001010010011001011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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