#14492C

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

Shades of Zuccini #14492C

Tints of Zuccini #14492C

Color information

#14492C (or 0x14492C) is unknown color: approx Zuccini. HEX triplet: 14, 49 and 2C. RGB value is (20,73,44). Sum of RGB (Red+Green+Blue) = 20+73+44=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #14492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14492C is #EBB6D3. Grayscale: #353535. Windows color (decimal): -15447764 or 2902292. OLE color: 2902292.

HSL color Cylindrical-coordinate representation of color #14492C: hue angle of 147.17º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14492C is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB207344-
CMYK0.7300.400.71
HSL147.17º56.99%18.24%-
HSV(B)147.17º72.6%28.63%-
XYZ3.135.13.2-
YUV53.85122.44103.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=14.60%
G=53.28%
B=32.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073440.7300.400.71147.1756.9918.24
Hex14492C4902847933912
Octal24111541110501072237122
Binary1010010010011011001001001010100010001111001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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