#14472D

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

Shades of Zuccini #14472D

Tints of Zuccini #14472D

Color information

#14472D (or 0x14472D) is unknown color: approx Zuccini. HEX triplet: 14, 47 and 2D. RGB value is (20,71,45). Sum of RGB (Red+Green+Blue) = 20+71+45=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #14472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14472D is #EBB8D2. Grayscale: #343434. Windows color (decimal): -15448275 or 2967316. OLE color: 2967316.

HSL color Cylindrical-coordinate representation of color #14472D: hue angle of 149.41º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14472D is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB207145-
CMYK0.7200.370.72
HSL149.41º56.04%17.84%-
HSV(B)149.41º71.83%27.84%-
XYZ3.024.843.26-
YUV52.79123.6104.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 71 (28.12% from 255) = 52.21%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=14.71%
G=52.21%
B=33.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071450.7200.370.72149.4156.0417.84
Hex14472D4802548953812
Octal24107551100451102257022
Binary1010010001111011011001000010010110010001001010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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