#144828

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

Shades of Zuccini #144828

Tints of Zuccini #144828

Color information

#144828 (or 0x144828) is unknown color: approx Zuccini. HEX triplet: 14, 48 and 28. RGB value is (20,72,40). Sum of RGB (Red+Green+Blue) = 20+72+40=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #144828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144828 is #EBB7D7. Grayscale: #343434. Windows color (decimal): -15448024 or 2639892. OLE color: 2639892.

HSL color Cylindrical-coordinate representation of color #144828: hue angle of 143.08º 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 #144828 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB207240-
CMYK0.7200.440.72
HSL143.08º56.52%18.04%-
HSV(B)143.08º72.22%28.24%-
XYZ2.994.942.8-
YUV52.8120.77104.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 72 (28.52% from 255) = 54.55%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=15.15%
G=54.55%
B=30.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072400.7200.440.72143.0856.5218.04
Hex1448284802C488f3912
Octal24110501100541102177122
Binary1010010010001010001001000010110010010001000111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144828; }

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

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

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

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

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

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

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

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