#144831

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

Shades of Zuccini #144831

Tints of Zuccini #144831

Color information

#144831 (or 0x144831) is unknown color: approx Zuccini. HEX triplet: 14, 48 and 31. RGB value is (20,72,49). Sum of RGB (Red+Green+Blue) = 20+72+49=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #144831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144831 is #EBB7CE. Grayscale: #353535. Windows color (decimal): -15448015 or 3229716. OLE color: 3229716.

HSL color Cylindrical-coordinate representation of color #144831: hue angle of 153.46º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144831 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB207249-
CMYK0.7200.320.72
HSL153.46º56.52%18.04%-
HSV(B)153.46º72.22%28.24%-
XYZ3.165.013.71-
YUV53.83125.27103.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 72 (28.52% from 255) = 51.06%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=14.18%
G=51.06%
B=34.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072490.7200.320.72153.4656.5218.04
Hex1448314802048993912
Octal24110611100401102317122
Binary1010010010001100011001000010000010010001001100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144831; }

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

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

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

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

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

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

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

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