#144728

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

Shades of Zuccini #144728

Tints of Zuccini #144728

Color information

#144728 (or 0x144728) is unknown color: approx Zuccini. HEX triplet: 14, 47 and 28. RGB value is (20,71,40). Sum of RGB (Red+Green+Blue) = 20+71+40=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #144728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144728 is #EBB8D7. Grayscale: #343434. Windows color (decimal): -15448280 or 2639636. OLE color: 2639636.

HSL color Cylindrical-coordinate representation of color #144728: hue angle of 143.53º 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 #144728 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB207140-
CMYK0.7200.440.72
HSL143.53º56.04%17.84%-
HSV(B)143.53º71.83%27.84%-
XYZ2.924.812.78-
YUV52.22121.1105.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=15.27%
G=54.20%
B=30.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071400.7200.440.72143.5356.0417.84
Hex1447284802C48903812
Octal24107501100541102207022
Binary1010010001111010001001000010110010010001001000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144728; }

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

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

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

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

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

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

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

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