#14422F

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

Shades of Zuccini #14422F

Tints of Zuccini #14422F

Color information

#14422F (or 0x14422F) is unknown color: approx Zuccini. HEX triplet: 14, 42 and 2F. RGB value is (20,66,47). Sum of RGB (Red+Green+Blue) = 20+66+47=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #14422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14422F is #EBBDD0. Grayscale: #323232. Windows color (decimal): -15449553 or 3097108. OLE color: 3097108.

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

Color convert

RGB206647-
CMYK0.7000.290.74
HSL155.22º53.49%16.86%-
HSV(B)155.22º69.7%25.88%-
XYZ2.754.253.36-
YUV50.08126.26106.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=15.04%
G=49.62%
B=35.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066470.7000.290.74155.2253.4916.86
Hex14422F4601D4A9b3511
Octal24102571060351122336521
Binary101001000010101111100011001110110010101001101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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