#14492D

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

Shades of Zuccini #14492D

Tints of Zuccini #14492D

Color information

#14492D (or 0x14492D) is unknown color: approx Zuccini. HEX triplet: 14, 49 and 2D. RGB value is (20,73,45). Sum of RGB (Red+Green+Blue) = 20+73+45=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #14492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14492D is #EBB6D2. Grayscale: #363636. Windows color (decimal): -15447763 or 2967828. OLE color: 2967828.

HSL color Cylindrical-coordinate representation of color #14492D: hue angle of 148.3º 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 #14492D is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB207345-
CMYK0.7300.380.71
HSL148.3º56.99%18.24%-
HSV(B)148.3º72.6%28.63%-
XYZ3.145.13.3-
YUV53.96122.94103.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=14.49%
G=52.90%
B=32.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073450.7300.380.71148.356.9918.24
Hex14492D4902647943912
Octal24111551110461072247122
Binary1010010010011011011001001010011010001111001010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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