#144228

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

Shades of Zuccini #144228

Tints of Zuccini #144228

Color information

#144228 (or 0x144228) is unknown color: approx Zuccini. HEX triplet: 14, 42 and 28. RGB value is (20,66,40). Sum of RGB (Red+Green+Blue) = 20+66+40=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #144228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144228 is #EBBDD7. Grayscale: #313131. Windows color (decimal): -15449560 or 2638356. OLE color: 2638356.

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

Color convert

RGB206640-
CMYK0.7000.390.74
HSL146.09º53.49%16.86%-
HSV(B)146.09º69.7%25.88%-
XYZ2.624.22.68-
YUV49.28122.76107.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 66 (26.17% from 255) = 52.38%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=15.87%
G=52.38%
B=31.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066400.7000.390.74146.0953.4916.86
Hex144228460274A923511
Octal24102501060471122226521
Binary1010010000101010001000110010011110010101001001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144228; }

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

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

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

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

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

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

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

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