#144629

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

Shades of Zuccini #144629

Tints of Zuccini #144629

Color information

#144629 (or 0x144629) is unknown color: approx Zuccini. HEX triplet: 14, 46 and 29. RGB value is (20,70,41). Sum of RGB (Red+Green+Blue) = 20+70+41=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #144629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144629 is #EBB9D6. Grayscale: #333333. Windows color (decimal): -15448535 or 2704916. OLE color: 2704916.

HSL color Cylindrical-coordinate representation of color #144629: hue angle of 145.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144629 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB207041-
CMYK0.7100.410.73
HSL145.2º55.56%17.65%-
HSV(B)145.2º71.43%27.45%-
XYZ2.884.692.85-
YUV51.74121.94105.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 70 (27.73% from 255) = 53.44%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=15.27%
G=53.44%
B=31.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070410.7100.410.73145.255.5617.65
Hex1446294702949913812
Octal24106511070511112217022
Binary1010010001101010011000111010100110010011001000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144629; }

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

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

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

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

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

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

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

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