#14422E

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

Shades of Zuccini #14422E

Tints of Zuccini #14422E

Color information

#14422E (or 0x14422E) is unknown color: approx Zuccini. HEX triplet: 14, 42 and 2E. RGB value is (20,66,46). Sum of RGB (Red+Green+Blue) = 20+66+46=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #14422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14422E is #EBBDD1. Grayscale: #323232. Windows color (decimal): -15449554 or 3031572. OLE color: 3031572.

HSL color Cylindrical-coordinate representation of color #14422E: hue angle of 153.91º 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 #14422E is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB206646-
CMYK0.7000.300.74
HSL153.91º53.49%16.86%-
HSV(B)153.91º69.7%25.88%-
XYZ2.734.243.26-
YUV49.97125.76106.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=15.15%
G=50%
B=34.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066460.7000.300.74153.9153.4916.86
Hex14422E4601E4A9a3511
Octal24102561060361122326521
Binary101001000010101110100011001111010010101001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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