#144129

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

Shades of Zuccini #144129

Tints of Zuccini #144129

Color information

#144129 (or 0x144129) is unknown color: approx Zuccini. HEX triplet: 14, 41 and 29. RGB value is (20,65,41). Sum of RGB (Red+Green+Blue) = 20+65+41=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #144129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144129 is #EBBED6. Grayscale: #303030. Windows color (decimal): -15449815 or 2703636. OLE color: 2703636.

HSL color Cylindrical-coordinate representation of color #144129: hue angle of 148º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144129 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB206541-
CMYK0.6900.370.75
HSL148º52.94%16.67%-
HSV(B)148º69.23%25.49%-
XYZ2.584.092.75-
YUV48.81123.59107.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=15.87%
G=51.59%
B=32.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065410.6900.370.7514852.9416.67
Hex144129450254B943511
Octal24101511050451132246521
Binary1010010000011010011000101010010110010111001010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144129; }

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

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

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

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

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

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

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

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