#14422D

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

Shades of Zuccini #14422D

Tints of Zuccini #14422D

Color information

#14422D (or 0x14422D) is unknown color: approx Zuccini. HEX triplet: 14, 42 and 2D. RGB value is (20,66,45). Sum of RGB (Red+Green+Blue) = 20+66+45=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #14422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14422D is #EBBDD2. Grayscale: #313131. Windows color (decimal): -15449555 or 2966036. OLE color: 2966036.

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

Color convert

RGB206645-
CMYK0.7000.320.74
HSL152.61º53.49%16.86%-
HSV(B)152.61º69.7%25.88%-
XYZ2.714.233.16-
YUV49.85125.26106.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=15.27%
G=50.38%
B=34.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066450.7000.320.74152.6153.4916.86
Hex14422D460204A993511
Octal24102551060401122316521
Binary1010010000101011011000110010000010010101001100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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