#144C31

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

Shades of Zuccini #144C31

Tints of Zuccini #144C31

Color information

#144C31 (or 0x144C31) is unknown color: approx Zuccini. HEX triplet: 14, 4C and 31. RGB value is (20,76,49). Sum of RGB (Red+Green+Blue) = 20+76+49=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #144C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C31 is #EBB3CE. Grayscale: #383838. Windows color (decimal): -15446991 or 3230740. OLE color: 3230740.

HSL color Cylindrical-coordinate representation of color #144C31: hue angle of 151.07º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C31 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB207649-
CMYK0.7400.360.70
HSL151.07º58.33%18.82%-
HSV(B)151.07º73.68%29.8%-
XYZ3.435.543.79-
YUV56.18123.95102.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=13.79%
G=52.41%
B=33.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076490.7400.360.70151.0758.3318.82
Hex144C314A02446973a13
Octal24114611120441062277223
Binary1010010011001100011001010010010010001101001011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144C31; }

 p { color: rgb(20,76,49); }

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

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

 a { background-color: rgb(20,76,49); }

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

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

 span { border-color: rgb(20,76,49); }

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