#144929

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

Shades of Zuccini #144929

Tints of Zuccini #144929

Color information

#144929 (or 0x144929) is unknown color: approx Zuccini. HEX triplet: 14, 49 and 29. RGB value is (20,73,41). Sum of RGB (Red+Green+Blue) = 20+73+41=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #144929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144929 is #EBB6D6. Grayscale: #353535. Windows color (decimal): -15447767 or 2705684. OLE color: 2705684.

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

Color convert

RGB207341-
CMYK0.7300.440.71
HSL143.77º56.99%18.24%-
HSV(B)143.77º72.6%28.63%-
XYZ3.075.072.92-
YUV53.5120.94104.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 73 (28.91% from 255) = 54.48%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=14.93%
G=54.48%
B=30.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073410.7300.440.71143.7756.9918.24
Hex1449294902C47903912
Octal24111511110541072207122
Binary1010010010011010011001001010110010001111001000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144929; }

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

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

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

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

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

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

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

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