#14422C

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

Shades of Zuccini #14422C

Tints of Zuccini #14422C

Color information

#14422C (or 0x14422C) is unknown color: approx Zuccini. HEX triplet: 14, 42 and 2C. RGB value is (20,66,44). Sum of RGB (Red+Green+Blue) = 20+66+44=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #14422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14422C is #EBBDD3. Grayscale: #313131. Windows color (decimal): -15449556 or 2900500. OLE color: 2900500.

HSL color Cylindrical-coordinate representation of color #14422C: hue angle of 151.3º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14422C is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB206644-
CMYK0.7000.330.74
HSL151.3º53.49%16.86%-
HSV(B)151.3º69.7%25.88%-
XYZ2.694.233.06-
YUV49.74124.76106.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=15.38%
G=50.77%
B=33.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066440.7000.330.74151.353.4916.86
Hex14422C460214A973511
Octal24102541060411122276521
Binary1010010000101011001000110010000110010101001011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,66,44); }

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

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

 a { background-color: rgb(20,66,44); }

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

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

 span { border-color: rgb(20,66,44); }

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