#144229

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

Shades of Zuccini #144229

Tints of Zuccini #144229

Color information

#144229 (or 0x144229) is unknown color: approx Zuccini. HEX triplet: 14, 42 and 29. RGB value is (20,66,41). Sum of RGB (Red+Green+Blue) = 20+66+41=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #144229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144229 is #EBBDD6. Grayscale: #313131. Windows color (decimal): -15449559 or 2703892. OLE color: 2703892.

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

Color convert

RGB206641-
CMYK0.7000.380.74
HSL147.39º53.49%16.86%-
HSV(B)147.39º69.7%25.88%-
XYZ2.644.212.77-
YUV49.4123.26107.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=15.75%
G=51.97%
B=32.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066410.7000.380.74147.3953.4916.86
Hex144229460264A933511
Octal24102511060461122236521
Binary1010010000101010011000110010011010010101001001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144229; }

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

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

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

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

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

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

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

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